Skip to content

Commit 9539c55

Browse files
bump version to alpha.2
1 parent 3de4799 commit 9539c55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/plugin-rest-cache/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@strapi-community/plugin-rest-cache",
3-
"version": "5.0.0-alpha.1",
3+
"version": "5.0.0-alpha.2",
44
"description": "Speed-up HTTP requests with LRU cache",
55
"license": "MIT",
66
"strapi": {
@@ -91,7 +91,7 @@
9191
"watch:link": "strapi-plugin watch:link"
9292
},
9393
"dependencies": {
94-
"@strapi-community/provider-rest-cache-memory": "5.0.0-alpha.1",
94+
"@strapi-community/provider-rest-cache-memory": "5.0.0-alpha.2",
9595
"react-intl": "6.6.2"
9696
},
9797
"devDependencies": {

0 commit comments

Comments
 (0)