diff --git a/VERSION b/VERSION index d325e03d..fa5fce04 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -8.0.0-beta.0 \ No newline at end of file +8.0.0 \ No newline at end of file diff --git a/licenses/BSL.txt b/licenses/BSL.txt index 6485b649..e6038d8f 100644 --- a/licenses/BSL.txt +++ b/licenses/BSL.txt @@ -4,7 +4,7 @@ Parameters Licensor: Rocicorp, LLC -Licensed Work: Replicache 8.0.0-beta.0 +Licensed Work: Replicache 8.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 6d682f17..0d889f2c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,12 @@ { "name": "replicache", - "version": "8.0.0-beta.0", + "version": "8.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "8.0.0-beta.0", + "name": "replicache", + "version": "8.0.0", "license": "BSL-1.1", "dependencies": { "flatbuffers": "^2.0.3", diff --git a/package.json b/package.json index d30f899d..5ef5c3a2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "replicache", "description": "Realtime sync for any backend stack", - "version": "8.0.0-beta.0", + "version": "8.0.0", "repository": "github:rocicorp/replicache", "license": "BSL-1.1", "scripts": {