From 26f4eaa28c1a947b5e1f8f58f1cd653596e2253d Mon Sep 17 00:00:00 2001
From: Alan Jack Pippin <ajp@pippin.(none)>
Date: Mon, 9 Jul 2007 22:52:04 -0600
Subject: [PATCH] Increased rev number to 1.0.4

---
 module.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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));
-- 
2.34.1