X-Git-Url: http://git.pippins.net/embedvideo/.git/static/gitweb.js?a=blobdiff_plain;f=module.inc;h=d8fd9d22272441ad5d129dcd4d2fc602b36260b4;hb=6873be3aaa2b28177e7d880086479211b9ea4120;hp=27f100b60661c3c1626fd25a59c52357cd129554;hpb=7cb9aa64e570b7d48718f6eb327448a48a9b77b3;p=embedvideo%2F.git diff --git a/module.inc b/module.inc index 27f100b..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.0'); + $this->setVersion('1.1.2'); $this->setGroup('import', $gallery->i18n('Import')); $this->setCallbacks('getSiteAdminViews'); $this->setRequiredCoreApi(array(7, 3));