From: Alan J. Pippin Date: Thu, 29 May 2008 04:02:30 +0000 (-0600) Subject: Incremented version number X-Git-Tag: 1_1_1~2 X-Git-Url: http://git.pippins.net/embedvideo/.git/?a=commitdiff_plain;ds=sidebyside;h=7cb9aa64e570b7d48718f6eb327448a48a9b77b3;p=embedvideo%2F.git Incremented version number --- diff --git a/module.inc b/module.inc index 67f1123..27f100b 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.9'); + $this->setVersion('1.1.0'); $this->setGroup('import', $gallery->i18n('Import')); $this->setCallbacks('getSiteAdminViews'); $this->setRequiredCoreApi(array(7, 3));