X-Git-Url: http://git.pippins.net/embedvideo/.git/static/git-logo.png?a=blobdiff_plain;ds=sidebyside;f=module.inc;h=8a9f40d9593a03b162b9c1d3ff3a34a30334245c;hb=2cffc34190c8edafe96dc51859ca3ca13e70ccde;hp=4ae0cfb5a339b9ea10a211a6d3686776204ca422;hpb=36f2679b2d8725e2125bd4b2893962d3bdf66da4;p=embedvideo%2F.git diff --git a/module.inc b/module.inc index 4ae0cfb..8a9f40d 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.0'); + $this->setVersion('1.0.1'); $this->setGroup('import', $gallery->i18n('Import')); $this->setCallbacks('getSiteAdminViews'); $this->setRequiredCoreApi(array(7, 4));