From b7362ae741f1d470dd4467c243ee87b066c42510 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Sat, 15 Dec 2018 22:01:09 -0500 Subject: [PATCH] 2.7.1 web vault version bump --- 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 665006bc0f..3f17a6ecb4 100644 --- a/scripts/bitwarden.ps1 +++ b/scripts/bitwarden.ps1 @@ -44,7 +44,7 @@ if ($output -eq "") { $scriptsDir = "${output}\scripts" $githubBaseUrl = "https://raw.githubusercontent.com/bitwarden/core/master" $coreVersion = "1.28.0" -$webVersion = "2.7.0" +$webVersion = "2.7.1" # Functions diff --git a/scripts/bitwarden.sh b/scripts/bitwarden.sh index 48dfd2f62d..b4a4cb4820 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.28.0" -WEBVERSION="2.7.0" +WEBVERSION="2.7.1" # Functions