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": {