From d6d5dda0d521befb88be64be89c90cbe6a3ac45f Mon Sep 17 00:00:00 2001 From: Erik Arvidsson Date: Tue, 18 May 2021 08:48:37 -0700 Subject: [PATCH] Bump version to 6.2.2. --- VERSION | 2 +- licenses/BSL.txt | 2 +- package-lock.json | 5 ++--- package.json | 2 +- 4 files changed, 5 insertions(+), 6 deletions(-) diff --git a/VERSION b/VERSION index 0df17dd0..30bc70ba 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.2.1 \ No newline at end of file +6.2.2 \ No newline at end of file diff --git a/licenses/BSL.txt b/licenses/BSL.txt index a05b32f6..f940c4f5 100644 --- a/licenses/BSL.txt +++ b/licenses/BSL.txt @@ -4,7 +4,7 @@ Parameters Licensor: Rocicorp, LLC -Licensed Work: replicache 6.2.1 +Licensed Work: replicache 6.2.2 The Licensed Work is (c) 2020 Rocicorp, LLC. Additional Use Grant: You may use the Licensed Work when your application uses diff --git a/package-lock.json b/package-lock.json index 3e2932dd..5041c083 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,11 @@ { "name": "replicache", - "version": "6.2.1", + "version": "6.2.2", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "6.2.1", - "hasInstallScript": true, + "version": "6.2.2", "license": "BSL-1.1", "devDependencies": { "@esm-bundle/chai": "^4.3.4", diff --git a/package.json b/package.json index 81a6731f..47e98267 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "replicache", "description": "Realtime sync for any backend stack", - "version": "6.2.1", + "version": "6.2.2", "repository": "github:rocicorp/replicache", "license": "BSL-1.1", "scripts": {