diff --git a/VERSION b/VERSION index f4965a31..358e78e6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.0.0 \ No newline at end of file +6.1.0 \ No newline at end of file diff --git a/licenses/BSL.txt b/licenses/BSL.txt index 1e66b435..c7f68af1 100644 --- a/licenses/BSL.txt +++ b/licenses/BSL.txt @@ -4,14 +4,14 @@ Parameters Licensor: Rocicorp, LLC -Licensed Work: replicache 6.0.0 +Licensed Work: replicache 6.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-03-03 +Change Date: 2023-03-26 Change License: Apache License, Version 2.0 diff --git a/package-lock.json b/package-lock.json index f282ad5a..ad4aaaa6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,11 @@ { "name": "replicache", - "version": "6.0.0", + "version": "6.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { - "name": "replicache", - "version": "6.0.0", + "version": "6.1.0", "hasInstallScript": true, "license": "BSL-1.1", "devDependencies": { diff --git a/package.json b/package.json index 42a51bfd..47120765 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "replicache", "description": "Realtime sync for any backend stack", - "version": "6.0.0", + "version": "6.1.0", "repository": "github:rocicorp/replicache", "license": "BSL-1.1", "scripts": {