From 9b2cebf3ce4250c83d6f5eb0f5cb5724f4f1ffe0 Mon Sep 17 00:00:00 2001
From: "Alan J. Pippin" <ajp@pippins.net>
Date: Wed, 17 Jun 2009 20:56:15 -0600
Subject: [PATCH] Incremented version number

---
 module.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/module.inc b/module.inc
index b6d5c70..8f589b1 100644
--- a/module.inc
+++ b/module.inc
@@ -33,7 +33,7 @@ class EmbedVideoModule extends GalleryModule {
 	$this->setId('embedvideo');
 	$this->setName($gallery->i18n('Embed Video'));
 	$this->setDescription($gallery->i18n('Add embedded videos from the web'));
-	$this->setVersion('1.1.3');
+	$this->setVersion('1.1.4');
 	$this->setGroup('import', $gallery->i18n('Import'));
 	$this->setCallbacks('getSiteAdminViews');
 	$this->setRequiredCoreApi(array(7, 3));
-- 
2.34.1