X-Git-Url: http://git.pippins.net/embedvideo/.git/?a=blobdiff_plain;f=module.inc;fp=module.inc;h=d8fd9d22272441ad5d129dcd4d2fc602b36260b4;hb=46e1538c4e6375a1cc5b5a84c339777df1dc69a0;hp=7754d2d9473124da7ccbcebb8529e90e229a655d;hpb=f5edb7ed0c0dd0fd870950f838af0ed965c82238;p=embedvideo%2F.git diff --git a/module.inc b/module.inc index 7754d2d..d8fd9d2 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.1'); + $this->setVersion('1.1.2'); $this->setGroup('import', $gallery->i18n('Import')); $this->setCallbacks('getSiteAdminViews'); $this->setRequiredCoreApi(array(7, 3));