From 7d26b45c390c3da3a725c936e88df70fb672164b Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Wed, 8 Aug 2018 14:21:14 -0400 Subject: [PATCH] bump web vault version --- scripts/bitwarden.ps1 | 2 +- scripts/bitwarden.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/bitwarden.ps1 b/scripts/bitwarden.ps1 index 656fad442d..303698305f 100644 --- a/scripts/bitwarden.ps1 +++ b/scripts/bitwarden.ps1 @@ -43,7 +43,7 @@ if ($output -eq "") { $scriptsDir = "${output}\scripts" $githubBaseUrl = "https://raw.githubusercontent.com/bitwarden/core/master" $coreVersion = "1.22.0" -$webVersion = "2.1.0" +$webVersion = "2.1.1" # Functions diff --git a/scripts/bitwarden.sh b/scripts/bitwarden.sh index c2e0d1fa59..212b1fab91 100755 --- a/scripts/bitwarden.sh +++ b/scripts/bitwarden.sh @@ -38,7 +38,7 @@ fi SCRIPTS_DIR="$OUTPUT/scripts" GITHUB_BASE_URL="https://raw.githubusercontent.com/bitwarden/core/master" COREVERSION="1.22.0" -WEBVERSION="2.1.0" +WEBVERSION="2.1.1" # Functions