diff --git a/VERSION b/VERSION index 40a38fee..c9277c5a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -9.0.0-beta.2 \ No newline at end of file +9.0.0 \ No newline at end of file diff --git a/licenses/BSL.txt b/licenses/BSL.txt index de47fb82..b630eb07 100644 --- a/licenses/BSL.txt +++ b/licenses/BSL.txt @@ -4,7 +4,7 @@ Parameters Licensor: Rocicorp, LLC -Licensed Work: Replicache 9.0.0-beta.2 +Licensed Work: Replicache 9.0.0 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 881be2e8..64e14299 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "replicache", - "version": "9.0.0-beta.2", + "version": "9.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "replicache", - "version": "9.0.0-beta.2", + "version": "9.0.0", "license": "BSL-1.1", "dependencies": { "node-fetch": "^3.0.0" diff --git a/package.json b/package.json index 7fa8087f..77bed899 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.2", + "version": "9.0.0", "repository": "github:rocicorp/replicache", "license": "BSL-1.1", "scripts": {