X-Git-Url: http://git.pippins.net/embedvideo/.git/static/gitweb.js?a=blobdiff_plain;f=module.inc;h=4f91f89becc96e32d1a7d2ccce3a656ad7fad8c7;hb=66480d152434ae78c77e1da6ea7af66762b2f440;hp=b6d5c7010aa7e5842bbf5fb570958b52e4934bb7;hpb=d0039367e0ac83082d8fd90fb1a5460cfaf8c94d;p=embedvideo%2F.git diff --git a/module.inc b/module.inc index b6d5c70..4f91f89 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.5'); $this->setGroup('import', $gallery->i18n('Import')); $this->setCallbacks('getSiteAdminViews'); $this->setRequiredCoreApi(array(7, 3));