Incremented version number
authorAlan J. Pippin <ajp@server.pippins.net>
Thu, 29 May 2008 04:02:30 +0000 (22:02 -0600)
committerAlan J. Pippin <ajp@pippins.net>
Thu, 29 May 2008 04:02:30 +0000 (22:02 -0600)
module.inc

index 67f11239bddec245fbfeaa3a6fa78a8d92a8dc59..27f100b60661c3c1626fd25a59c52357cd129554 100644 (file)
@@ -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));