From 72cc510e7b2b424119694e674eddf948967ff739 Mon Sep 17 00:00:00 2001 From: Aaron Boodman Date: Sun, 5 Sep 2021 18:29:12 -1000 Subject: [PATCH] Bump version to 7.0.0-beta.2. --- VERSION | 2 +- licenses/BSL.txt | 2 +- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/VERSION b/VERSION index a9303a21..5caa000c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -7.0.0-beta.1 \ No newline at end of file +7.0.0-beta.2 \ No newline at end of file diff --git a/licenses/BSL.txt b/licenses/BSL.txt index cc7e03ed..8ab87147 100644 --- a/licenses/BSL.txt +++ b/licenses/BSL.txt @@ -4,7 +4,7 @@ Parameters Licensor: Rocicorp, LLC -Licensed Work: replicache 7.0.0-beta.1 +Licensed Work: replicache 7.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 07aa0d40..0b549000 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "replicache", - "version": "7.0.0-beta.1", + "version": "7.0.0-beta.2", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 78a25772..dfc08b27 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.1", + "version": "7.0.0-beta.2", "repository": "github:rocicorp/replicache", "license": "BSL-1.1", "scripts": {