From 6f5517cead156bafc007e0b83452b965e24ac26c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20G=C4=99bala?= Date: Thu, 14 May 2020 09:39:52 +0200 Subject: [PATCH] Bump version to 2.10.0 --- README.md | 2 +- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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/",