diff --git a/README.md b/README.md index b3dc63cc..d894049f 100644 --- a/README.md +++ b/README.md @@ -118,7 +118,7 @@ Complete installation requirements are exact same as for Strapi itself and can b **Supported Strapi versions**: -- Strapi v4.2.0 (recently tested) +- Strapi v4.6.0 (recently tested) - Strapi v4.x > This plugin is designed for **Strapi v4** and is not working with v3.x. To get version for **Strapi v3** install version [v1.x](https://github.com/VirtusLab-Open-Source/strapi-plugin-navigation/tree/strapi-v3). diff --git a/package.json b/package.json index eea89e1c..55016528 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "strapi-plugin-navigation", - "version": "2.2.3", + "version": "2.2.4", "description": "Strapi - Navigation plugin", "strapi": { "name": "navigation", @@ -23,7 +23,7 @@ }, "dependencies": { "@sindresorhus/slugify": "1.1.0", - "@strapi/utils": "^4.5.5", + "@strapi/utils": "^4.6.0", "lodash": "^4.17.11", "pluralize": "^8.0.0", "react": "^16.9.0",