diff --git a/Readme.md b/Readme.md index 80dc82a..9703462 100644 --- a/Readme.md +++ b/Readme.md @@ -1,6 +1,6 @@ # Kirby Navigation Groups ![License](https://img.shields.io/badge/license-MIT-green) -![Version](https://img.shields.io/badge/version-1.1.0-blue) +![Version](https://img.shields.io/badge/version-1.1.1-blue) A plugin for Kirby CMS that allows you to organize your navigation items into groups. diff --git a/composer.json b/composer.json index fe56f98..d929678 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "A Kirby Plugin for grouping navigation items", "type": "kirby-plugin", "license": "MIT", - "version": "1.1.0", + "version": "1.1.1", "homepage": "https://github.com/philippoehrlein/kirby-navigation-groups", "authors": [ { diff --git a/config/fieldMethods.php b/config/fieldMethods.php index be6abc8..91d826f 100644 --- a/config/fieldMethods.php +++ b/config/fieldMethods.php @@ -1,6 +1,8 @@ require __DIR__ . '/config/api.php', 'translations' => require __DIR__ . '/config/translations.php', 'fieldMethods' => require __DIR__ . '/config/fieldMethods.php', - 'version' => '1.1.0' + 'version' => '1.1.1' ]); \ No newline at end of file diff --git a/package.json b/package.json index d232a32..2de72ee 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "type": "module", "name": "kirby-navigation-groups", - "version": "1.1.0", + "version": "1.1.1", "author": { "name": "Philipp Oehrlein", "email": "github@philippoehrlein.de"