From: Alan J. Pippin <ajp@pippins.net>
Date: Mon, 2 Feb 2009 01:58:22 +0000 (-0700)
Subject: Released version 1.1.3
X-Git-Tag: 1_1_3
X-Git-Url: http://git.pippins.net/%27%20.%20%24this-%3Ephpgw_js_url%20.%20%27/jscalendar/%7Blink_participation%7D?a=commitdiff_plain;h=d0039367e0ac83082d8fd90fb1a5460cfaf8c94d;p=embedvideo%2F.git

Released version 1.1.3
---

diff --git a/module.inc b/module.inc
index d8fd9d2..b6d5c70 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.2');
+	$this->setVersion('1.1.3');
 	$this->setGroup('import', $gallery->i18n('Import'));
 	$this->setCallbacks('getSiteAdminViews');
 	$this->setRequiredCoreApi(array(7, 3));