diff --git a/bitwarden.ps1 b/bitwarden.ps1 index b10441c8..2dfa2c6a 100644 --- a/bitwarden.ps1 +++ b/bitwarden.ps1 @@ -29,7 +29,7 @@ $runScriptUrl = "https://func.bitwarden.com/api/dl/?app=self-host&platform=windo # Please do not create pull requests modifying the version numbers. $coreVersion = "2024.12.1" -$webVersion = "2024.12.0" +$webVersion = "2024.12.1" $keyConnectorVersion = "2024.8.0" # Functions diff --git a/bitwarden.sh b/bitwarden.sh index 68076174..179bd273 100755 --- a/bitwarden.sh +++ b/bitwarden.sh @@ -66,7 +66,7 @@ RUN_SCRIPT_URL="https://func.bitwarden.com/api/dl/?app=self-host&platform=linux& # Please do not create pull requests modifying the version numbers. COREVERSION="2024.12.1" -WEBVERSION="2024.12.0" +WEBVERSION="2024.12.1" KEYCONNECTORVERSION="2024.8.0" echo "bitwarden.sh version $COREVERSION" diff --git a/version.json b/version.json index 07b818ea..b75ea14d 100644 --- a/version.json +++ b/version.json @@ -1,7 +1,7 @@ { "versions": { "coreVersion":"2024.12.1", - "webVersion":"2024.12.0", + "webVersion":"2024.12.1", "keyConnectorVersion":"2024.8.0" } }