diff --git a/VERSION b/VERSION index 56fea8a0..a0cd9f0c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.0.0 \ No newline at end of file +3.1.0 \ No newline at end of file diff --git a/licenses/BSL.txt b/licenses/BSL.txt index 2695ad14..15e03565 100644 --- a/licenses/BSL.txt +++ b/licenses/BSL.txt @@ -4,14 +4,14 @@ Parameters Licensor: Rocicorp, LLC -Licensed Work: replicache-sdk-js 3.0.0 +Licensed Work: replicache-sdk-js 3.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: 2022-11-12 +Change Date: 2022-12-01 Change License: Apache License, Version 2.0 diff --git a/package-lock.json b/package-lock.json index 6719b430..cf80c421 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "replicache", - "version": "3.0.0", + "version": "3.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index abaf3d02..904b3139 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "replicache", "description": "Offline-First for Every Application", - "version": "3.0.0", + "version": "3.1.0", "repository": "github:rocicorp/replicache-sdk-js", "license": "BSL-1.1", "scripts": {