diff --git a/bitwarden.ps1 b/bitwarden.ps1 index 898a544..dcc828f 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 = "2025.8.0" -$webVersion = "2025.8.0" +$webVersion = "2025.8.1" $keyConnectorVersion = "2024.8.0" # Functions diff --git a/bitwarden.sh b/bitwarden.sh index 5a1f4a1..3dcdd37 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="2025.8.0" -WEBVERSION="2025.8.0" +WEBVERSION="2025.8.1" KEYCONNECTORVERSION="2024.8.0" echo "bitwarden.sh version $COREVERSION" diff --git a/version.json b/version.json index 04dcfc8..1ea2d4c 100644 --- a/version.json +++ b/version.json @@ -1,7 +1,7 @@ { "versions": { "coreVersion":"2025.8.0", - "webVersion":"2025.8.0", + "webVersion":"2025.8.1", "keyConnectorVersion":"2024.8.0" } }