From 7cb9aa64e570b7d48718f6eb327448a48a9b77b3 Mon Sep 17 00:00:00 2001 From: "Alan J. Pippin" Date: Wed, 28 May 2008 22:02:30 -0600 Subject: [PATCH] Incremented version number --- module.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)); -- 2.34.1