From 4a1d27914322fa352507d5508430ac1551d94a8d Mon Sep 17 00:00:00 2001 From: Erik Arvidsson Date: Tue, 14 Sep 2021 13:15:32 -1000 Subject: [PATCH] Bump version to 7.0.0-beta.3. --- VERSION | 2 +- licenses/BSL.txt | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/VERSION b/VERSION index 5caa000c..011a025a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -7.0.0-beta.2 \ No newline at end of file +7.0.0-beta.3 \ No newline at end of file diff --git a/licenses/BSL.txt b/licenses/BSL.txt index 8ab87147..ffe20765 100644 --- a/licenses/BSL.txt +++ b/licenses/BSL.txt @@ -4,7 +4,7 @@ Parameters Licensor: Rocicorp, LLC -Licensed Work: replicache 7.0.0-beta.2 +Licensed Work: replicache 7.0.0-beta.3 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 74bd5c2c..038fdcac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "replicache", - "version": "7.0.0-beta.2", + "version": "7.0.0-beta.3", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "7.0.0-beta.2", + "version": "7.0.0-beta.3", "license": "BSL-1.1", "dependencies": { "@types/lodash-es": "^4.17.4", diff --git a/package.json b/package.json index 3967daa3..21dbf4d8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "replicache", "description": "Realtime sync for any backend stack", - "version": "7.0.0-beta.2", + "version": "7.0.0-beta.3", "repository": "github:rocicorp/replicache", "license": "BSL-1.1", "scripts": {