diff --git a/VERSION b/VERSION index 5001592e..40a38fee 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -9.0.0-beta.1 \ No newline at end of file +9.0.0-beta.2 \ No newline at end of file diff --git a/licenses/BSL.txt b/licenses/BSL.txt index 62f4a67f..de47fb82 100644 --- a/licenses/BSL.txt +++ b/licenses/BSL.txt @@ -4,7 +4,7 @@ Parameters Licensor: Rocicorp, LLC -Licensed Work: Replicache 9.0.0-beta.1 +Licensed Work: Replicache 9.0.0-beta.2 The Licensed Work is (c) 2020 Rocicorp, LLC. Additional Use Grant: You may make use of the Licensed Work, provided you diff --git a/package-lock.json b/package-lock.json index 638f0cb2..881be2e8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "replicache", - "version": "9.0.0-beta.1", + "version": "9.0.0-beta.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "replicache", - "version": "9.0.0-beta.1", + "version": "9.0.0-beta.2", "license": "BSL-1.1", "dependencies": { "node-fetch": "^3.0.0" diff --git a/package.json b/package.json index e98b0bc5..7fa8087f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "replicache", "description": "Realtime sync for any backend stack", - "version": "9.0.0-beta.1", + "version": "9.0.0-beta.2", "repository": "github:rocicorp/replicache", "license": "BSL-1.1", "scripts": {