From: Alan Jack Pippin Date: Tue, 10 Jul 2007 04:52:04 +0000 (-0600) Subject: Increased rev number to 1.0.4 X-Git-Tag: 1_0_4 X-Git-Url: http://git.pippins.net/embedvideo/.git/?a=commitdiff_plain;h=26f4eaa28c1a947b5e1f8f58f1cd653596e2253d;p=embedvideo%2F.git Increased rev number to 1.0.4 --- 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));