diff --git a/composer.json b/composer.json index d83857c..13efb52 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "olivestudio/craft-olivemenus", "description": "A powerful menus plugin for Craft 3 built for the need of simplicity and flexibility", "type": "craft-plugin", - "version": "1.1.4", + "version": "1.1.5", "keywords": [ "craft", "cms", diff --git a/src/Olivemenus.php b/src/Olivemenus.php index 71e1f4c..157d341 100644 --- a/src/Olivemenus.php +++ b/src/Olivemenus.php @@ -62,7 +62,7 @@ class Olivemenus extends Plugin * * @var string */ - public $schemaVersion = '1.0.0'; + public $schemaVersion = '1.1.5'; // Public Methods // =========================================================================