From 39ad0d4ffe8d0ec7b88938ee4d44878ed6391651 Mon Sep 17 00:00:00 2001 From: Erik Arvidsson Date: Tue, 7 Dec 2021 16:30:56 -0800 Subject: [PATCH] Bump version to 8.0.2. --- 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 5210382a..608c4e71 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -8.0.1 \ No newline at end of file +8.0.2 \ No newline at end of file diff --git a/licenses/BSL.txt b/licenses/BSL.txt index 55c2c858..14f87280 100644 --- a/licenses/BSL.txt +++ b/licenses/BSL.txt @@ -4,7 +4,7 @@ Parameters Licensor: Rocicorp, LLC -Licensed Work: Replicache 8.0.1 +Licensed Work: Replicache 8.0.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 ff8f02c2..927f648f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "replicache", - "version": "8.0.1", + "version": "8.0.2", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "8.0.1", + "version": "8.0.2", "license": "BSL-1.1", "dependencies": { "flatbuffers": "^2.0.3", diff --git a/package.json b/package.json index d7a37e98..85e3a16f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "replicache", "description": "Realtime sync for any backend stack", - "version": "8.0.1", + "version": "8.0.2", "repository": "github:rocicorp/replicache", "license": "BSL-1.1", "scripts": {