From 64b39254630e685dc3a8b6c9f2b8bda3b27e88f6 Mon Sep 17 00:00:00 2001 From: "Alan J. Pippin" Date: Thu, 17 Apr 2008 20:38:25 -0600 Subject: [PATCH] Revved module version to 1.0.9 --- module.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)); -- 2.34.1