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