diff --git a/scripts/bitwarden.ps1 b/scripts/bitwarden.ps1 index 3bf6ed082c..cf13221f44 100644 --- a/scripts/bitwarden.ps1 +++ b/scripts/bitwarden.ps1 @@ -20,8 +20,8 @@ if ($output -eq "") { $scriptsDir = "${output}\scripts" $githubBaseUrl = "https://raw.githubusercontent.com/bitwarden/server/master" -$coreVersion = "1.30.1" -$webVersion = "2.10.0" +$coreVersion = "1.30.2" +$webVersion = "2.10.1" # Functions diff --git a/scripts/bitwarden.sh b/scripts/bitwarden.sh index 4859a60314..4780a84b4a 100755 --- a/scripts/bitwarden.sh +++ b/scripts/bitwarden.sh @@ -37,8 +37,8 @@ fi SCRIPTS_DIR="$OUTPUT/scripts" GITHUB_BASE_URL="https://raw.githubusercontent.com/bitwarden/server/master" -COREVERSION="1.30.1" -WEBVERSION="2.10.0" +COREVERSION="1.30.2" +WEBVERSION="2.10.1" # Functions