X-Git-Url: http://git.pippins.net/embedvideo/.git/static/gitweb.js?a=blobdiff_plain;f=module.inc;fp=module.inc;h=0cc2e4b1bbb29ad5b9c0dd4faca613f01dad9228;hb=c715f7d9dc80bca025984c9150c02ccc4bbdce80;hp=0f6e5d2d0c58d078df974cfbd961fa0098baebe7;hpb=f589bea028196178c518f1784767d70b93ea7e21;p=embedvideo%2F.git diff --git a/module.inc b/module.inc index 0f6e5d2..0cc2e4b 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.4'); + $this->setVersion('1.0.5'); $this->setGroup('import', $gallery->i18n('Import')); $this->setCallbacks('getSiteAdminViews'); $this->setRequiredCoreApi(array(7, 4));