From: Alan J. Pippin Date: Fri, 18 Apr 2008 02:38:25 +0000 (-0600) Subject: Revved module version to 1.0.9 X-Git-Tag: 1_1_1~5 X-Git-Url: http://git.pippins.net/embedvideo/.git/?a=commitdiff_plain;h=64b39254630e685dc3a8b6c9f2b8bda3b27e88f6;p=embedvideo%2F.git Revved module version to 1.0.9 --- 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));