X-Git-Url: http://git.pippins.net/embedvideo/.git/?a=blobdiff_plain;f=module.inc;h=4f91f89becc96e32d1a7d2ccce3a656ad7fad8c7;hb=HEAD;hp=8f589b119f89468e2ddc9354eaf3a7d7f2a820d6;hpb=9b2cebf3ce4250c83d6f5eb0f5cb5724f4f1ffe0;p=embedvideo%2F.git diff --git a/module.inc b/module.inc index 8f589b1..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.4'); + $this->setVersion('1.1.5'); $this->setGroup('import', $gallery->i18n('Import')); $this->setCallbacks('getSiteAdminViews'); $this->setRequiredCoreApi(array(7, 3));