X-Git-Url: http://git.pippins.net/embedvideo/.git/static/gitweb.js?a=blobdiff_plain;f=module.inc;h=fc6e90fad616921356807f73af627f97859a98d0;hb=refs%2Ftags%2F1_0_4;hp=20cbd5acd8239bf684db38acd5af8b04fd6b7435;hpb=b219b04f87d68297cc8fd849aec6a2b6df92ba39;p=embedvideo%2F.git diff --git a/module.inc b/module.inc index 20cbd5a..fc6e90f 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.3'); + $this->setVersion('1.0.4'); $this->setGroup('import', $gallery->i18n('Import')); $this->setCallbacks('getSiteAdminViews'); $this->setRequiredCoreApi(array(7, 4));