New release 1.1.1:
[embedvideo/.git] / module.inc
index 27f100b60661c3c1626fd25a59c52357cd129554..7754d2d9473124da7ccbcebb8529e90e229a655d 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.1.0');
+       $this->setVersion('1.1.1');
        $this->setGroup('import', $gallery->i18n('Import'));
        $this->setCallbacks('getSiteAdminViews');
        $this->setRequiredCoreApi(array(7, 3));