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