From d0039367e0ac83082d8fd90fb1a5460cfaf8c94d Mon Sep 17 00:00:00 2001
From: "Alan J. Pippin" <ajp@pippins.net>
Date: Sun, 1 Feb 2009 18:58:22 -0700
Subject: [PATCH] Released version 1.1.3

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

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