diff --git a/README.md b/README.md index 7f3d647ccd..b35cf69cfb 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ cd saleor-storefront To use the official stable release, checkout to a release tag: ``` -$ git checkout 2.10.0-rc.2 +$ git checkout 2.10.0 ``` See the list of all releases here: https://github.com/mirumee/saleor-storefront/releases/ diff --git a/package-lock.json b/package-lock.json index 998f4b09b7..3db93d7bbc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "saleor-site", - "version": "2.10.0-rc.2", + "version": "2.10.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 897f4abaee..10456c6f70 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "saleor-site", - "version": "2.10.0-rc.2", + "version": "2.10.0", "private": true, "author": "Mirumee", "homepage": "https://getsaleor.com/",