diff --git a/module/gallery/gallery.php b/module/gallery/gallery.php index 95b90536..c5127989 100644 --- a/module/gallery/gallery.php +++ b/module/gallery/gallery.php @@ -30,7 +30,7 @@ class gallery extends common { public static $pictures = []; - const GALLERY_VERSION = '1.2'; + const GALLERY_VERSION = '1.3'; /** * Configuration @@ -303,4 +303,4 @@ class galleriesHelper extends helper { } return $dirContent; } -} \ No newline at end of file +}