From: Alan J. Pippin <ajp@pippins.net>
Date: Thu, 18 Jun 2009 02:56:15 +0000 (-0600)
Subject: Incremented version number
X-Git-Tag: 1_1_4
X-Git-Url: http://git.pippins.net/%7Blink_hometeaching%7D?a=commitdiff_plain;h=9b2cebf3ce4250c83d6f5eb0f5cb5724f4f1ffe0;p=embedvideo%2F.git

Incremented version number
---

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));