From 4e87945a2d133b49fae910817cf66129fe899250 Mon Sep 17 00:00:00 2001 From: Aaron Boodman Date: Sat, 3 Apr 2021 15:52:45 -1000 Subject: [PATCH] Bump version to 6.1.4. --- VERSION | 2 +- licenses/BSL.txt | 2 +- package-lock.json | 2 +- package.json | 2 +- tool/get-deps.sh | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/VERSION b/VERSION index d7ff925c..1879c1be 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.1.3 \ No newline at end of file +6.1.4 \ No newline at end of file diff --git a/licenses/BSL.txt b/licenses/BSL.txt index af8839f1..22a80bac 100644 --- a/licenses/BSL.txt +++ b/licenses/BSL.txt @@ -4,7 +4,7 @@ Parameters Licensor: Rocicorp, LLC -Licensed Work: replicache 6.1.3 +Licensed Work: replicache 6.1.4 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 df848693..7ce752c4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "replicache", - "version": "6.1.3", + "version": "6.1.4", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 1975cadb..dd36face 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "replicache", "description": "Realtime sync for any backend stack", - "version": "6.1.3", + "version": "6.1.4", "repository": "github:rocicorp/replicache", "license": "BSL-1.1", "scripts": { diff --git a/tool/get-deps.sh b/tool/get-deps.sh index 252c5bad..61f53fb6 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.25.0' +REPC_VERSION='v0.25.1' ( cd $ROOT