From: Alan J. Pippin 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/embedvideo/.git/?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));