diff --git a/scripts/bitwarden.ps1 b/scripts/bitwarden.ps1 index 2c297fcbed..47c8db5e47 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.17.2" -$webVersion = "1.24.0" +$webVersion = "1.24.1" # Functions diff --git a/scripts/bitwarden.sh b/scripts/bitwarden.sh index 4b529aaee3..65427d29e3 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.17.2" -WEBVERSION="1.24.0" +WEBVERSION="1.24.1" # Functions