From 7e3ef9b4b10009c7973ec56caa7687ce2c2f0e3b Mon Sep 17 00:00:00 2001 From: Erik Arvidsson Date: Tue, 2 Feb 2021 13:45:18 -0800 Subject: [PATCH] Bump version to 5.1.0. --- VERSION | 2 +- licenses/BSL.txt | 4 ++-- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/VERSION b/VERSION index 32f3eaad..acf69b48 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.0.1 \ No newline at end of file +5.1.0 \ No newline at end of file diff --git a/licenses/BSL.txt b/licenses/BSL.txt index 88de9cb5..060c411d 100644 --- a/licenses/BSL.txt +++ b/licenses/BSL.txt @@ -4,14 +4,14 @@ Parameters Licensor: Rocicorp, LLC -Licensed Work: replicache-sdk-js 5.0.1 +Licensed Work: replicache-sdk-js 5.1.0 The Licensed Work is (c) 2020 Rocicorp, LLC. Additional Use Grant: You may use the Licensed Work when your application uses the Licensed Work with a total of less than 100 client instances for any purpose. -Change Date: 2023-02-01 +Change Date: 2023-02-02 Change License: Apache License, Version 2.0 diff --git a/package-lock.json b/package-lock.json index ba29b52c..6f3990f4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "replicache", - "version": "5.0.1", + "version": "5.1.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index c64cd162..281118f4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "replicache", "description": "Offline-First for Every Application", - "version": "5.0.1", + "version": "5.1.0", "repository": "github:rocicorp/replicache-sdk-js", "license": "BSL-1.1", "scripts": {