X-Git-Url: http://git.pippins.net/embedvideo/.git/static/git-logo.png?a=blobdiff_plain;f=module.inc;h=67f11239bddec245fbfeaa3a6fa78a8d92a8dc59;hb=bbe9d512174553b9b410742bb82c69ffa67911f5;hp=c578a8783bcfed9eb133c5bddc1e586e10c48988;hpb=3feb31a7ea3788264c4fe4dbd30e531a4c5960fd;p=embedvideo%2F.git diff --git a/module.inc b/module.inc index c578a87..67f1123 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.0.9'); $this->setGroup('import', $gallery->i18n('Import')); $this->setCallbacks('getSiteAdminViews'); $this->setRequiredCoreApi(array(7, 3));