From 129dbe381d27efb02371c0a69d0d96cd1fb0270f Mon Sep 17 00:00:00 2001 From: Erik Arvidsson Date: Wed, 17 Feb 2021 14:29:01 -0800 Subject: [PATCH] Bump version to 5.2.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 acf69b48..7cbea073 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.1.0 \ No newline at end of file +5.2.0 \ No newline at end of file diff --git a/licenses/BSL.txt b/licenses/BSL.txt index 060c411d..d9e64a77 100644 --- a/licenses/BSL.txt +++ b/licenses/BSL.txt @@ -4,14 +4,14 @@ Parameters Licensor: Rocicorp, LLC -Licensed Work: replicache-sdk-js 5.1.0 +Licensed Work: replicache-sdk-js 5.2.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-02 +Change Date: 2023-02-17 Change License: Apache License, Version 2.0 diff --git a/package-lock.json b/package-lock.json index c37cd729..55a9b964 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "replicache", - "version": "5.1.0", + "version": "5.2.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 0e29ff19..21d9a605 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "replicache", "description": "Offline-First for Every Application", - "version": "5.1.0", + "version": "5.2.0", "repository": "github:rocicorp/replicache-sdk-js", "license": "BSL-1.1", "scripts": {