From 7b11da7752680afe9a7779f57cbf531dec110e49 Mon Sep 17 00:00:00 2001 From: Aaron Boodman Date: Tue, 25 Jan 2022 17:58:15 -1000 Subject: [PATCH] Bump version to 9.0.0-beta.0. --- VERSION | 2 +- licenses/BSL.txt | 4 ++-- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/VERSION b/VERSION index fa5fce04..ec0ec9df 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -8.0.0 \ No newline at end of file +9.0.0-beta.0 \ No newline at end of file diff --git a/licenses/BSL.txt b/licenses/BSL.txt index e6038d8f..4a175be6 100644 --- a/licenses/BSL.txt +++ b/licenses/BSL.txt @@ -4,7 +4,7 @@ Parameters Licensor: Rocicorp, LLC -Licensed Work: Replicache 8.0.0 +Licensed Work: Replicache 9.0.0-beta.0 The Licensed Work is (c) 2020 Rocicorp, LLC. Additional Use Grant: You may make use of the Licensed Work, provided you @@ -17,7 +17,7 @@ Additional Use Grant: You may make use of the Licensed Work, provided you * Use it for commercial purposes with more than 500 monthly active client instances. -Change Date: 2023-10-27 +Change Date: 2024-01-25 Change License: Apache License, Version 2.0 diff --git a/package-lock.json b/package-lock.json index 377920a3..62f61c44 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "replicache", - "version": "8.0.0", + "version": "9.0.0-beta.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "replicache", - "version": "8.0.0", + "version": "9.0.0-beta.0", "license": "BSL-1.1", "devDependencies": { "@esm-bundle/chai": "^4.3.4", diff --git a/package.json b/package.json index ba44f208..69ddc23f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "replicache", "description": "Realtime sync for any backend stack", - "version": "8.0.0", + "version": "9.0.0-beta.0", "repository": "github:rocicorp/replicache", "license": "BSL-1.1", "scripts": {