Skip to content

Commit

Permalink
Bumped up schema version
Browse files Browse the repository at this point in the history
  • Loading branch information
alinistrate committed Feb 12, 2020
1 parent fbc6a84 commit bdadf16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/Olivemenus.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class Olivemenus extends Plugin
*
* @var string
*/
public $schemaVersion = '1.0.0';
public $schemaVersion = '1.1.5';

// Public Methods
// =========================================================================
Expand Down

0 comments on commit bdadf16

Please sign in to comment.