From 84cd64f13e375a203353096eadba767bff23efbc Mon Sep 17 00:00:00 2001 From: Derrick Mehaffy Date: Sun, 22 Sep 2024 18:39:16 -0700 Subject: [PATCH] Update readme and docs verison --- README.md | 2 +- docs/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6914e3f..5be0663 100644 --- a/README.md +++ b/README.md @@ -111,7 +111,7 @@ Install the plugin in your Strapi project or your Strapi plugin. ## 🔧 Configuration -New Documentation is a WIP +See our [Documentation](https://strapi-community.github.io/plugin-redis/) for more information on how to configure and use this plugin. ## Contributing diff --git a/docs/package.json b/docs/package.json index 35df8df..1669c99 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,6 @@ { "name": "docs", - "version": "0.0.0", + "version": "2.0.0", "private": true, "scripts": { "docusaurus": "docusaurus",