diff --git a/bitwarden.ps1 b/bitwarden.ps1 index 6cc0d9d..545a06e 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 = "2023.4.3" -$webVersion = "2023.4.0" +$webVersion = "2023.4.1" $keyConnectorVersion = "2023.3.0" # Functions diff --git a/bitwarden.sh b/bitwarden.sh index 7f6d765..b7a6e15 100755 --- a/bitwarden.sh +++ b/bitwarden.sh @@ -42,7 +42,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="2023.4.3" -WEBVERSION="2023.4.0" +WEBVERSION="2023.4.1" KEYCONNECTORVERSION="2023.3.0" echo "bitwarden.sh version $COREVERSION" diff --git a/version.json b/version.json index bbc8b63..7865964 100644 --- a/version.json +++ b/version.json @@ -1,7 +1,7 @@ { "versions": { "coreVersion":"2023.4.3", - "webVersion":"2023.4.0", + "webVersion":"2023.4.1", "keyConnectorVersion":"2023.3.0" } }