Improved usage output. Increased version to 1.0.1
[embedvideo/.git] / module.inc
index 4ae0cfb5a339b9ea10a211a6d3686776204ca422..8a9f40d9593a03b162b9c1d3ff3a34a30334245c 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.0');
+       $this->setVersion('1.0.1');
        $this->setGroup('import', $gallery->i18n('Import'));
        $this->setCallbacks('getSiteAdminViews');
        $this->setRequiredCoreApi(array(7, 4));