diff --git a/licenses/BSL.txt b/licenses/BSL.txt index 4a062bff..952018cc 100644 --- a/licenses/BSL.txt +++ b/licenses/BSL.txt @@ -4,7 +4,7 @@ Parameters Licensor: Rocicorp, LLC -Licensed Work: replicache-sdk-js 2.0.0 +Licensed Work: replicache-sdk-js 2.0.1 The Licensed Work is (c) 2020 Rocicorp, LLC. Additional Use Grant: You may use the Licensed Work when your application uses diff --git a/package-lock.json b/package-lock.json index ae25df3b..a1ad8232 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "replicache", - "version": "2.0.0", + "version": "2.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 3c9f77e0..9923f9dc 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "replicache", "description": "Offline-First for Every Application", - "version": "2.0.0", + "version": "2.0.1", "repository": "github:rocicorp/replicache-sdk-js", "scripts": { "test": "web-test-runner src/replicache.test.ts --playwright --browsers chromium firefox", diff --git a/tool/get-deps.sh b/tool/get-deps.sh index a1a89312..863b4fc0 100755 --- a/tool/get-deps.sh +++ b/tool/get-deps.sh @@ -2,7 +2,7 @@ ORIG=`pwd` DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )" ROOT=$DIR/../ -REPC_VERSION='v0.13.0' +REPC_VERSION='v0.14.0' ( cd $ROOT