diff --git a/bitwarden.ps1 b/bitwarden.ps1 index 7c631c9..6799007 100644 --- a/bitwarden.ps1 +++ b/bitwarden.ps1 @@ -28,8 +28,8 @@ $bitwardenScriptUrl = "https://go.btwrdn.co/bw-ps" $runScriptUrl = "https://go.btwrdn.co/bw-ps-run" # Please do not create pull requests modifying the version numbers. -$coreVersion = "1.47.1" -$webVersion = "2.27.0" +$coreVersion = "1.48.1" +$webVersion = "2.28.0" $keyConnectorVersion = "1.0.1" # Functions diff --git a/bitwarden.sh b/bitwarden.sh index a66c92a..3cc31ec 100755 --- a/bitwarden.sh +++ b/bitwarden.sh @@ -41,8 +41,8 @@ BITWARDEN_SCRIPT_URL="https://go.btwrdn.co/bw-sh" RUN_SCRIPT_URL="https://go.btwrdn.co/bw-sh-run" # Please do not create pull requests modifying the version numbers. -COREVERSION="1.47.1" -WEBVERSION="2.27.0" +COREVERSION="1.48.1" +WEBVERSION="2.28.0" KEYCONNECTORVERSION="1.0.1" echo "bitwarden.sh version $COREVERSION" diff --git a/version.json b/version.json index 33f3fc0..df8a354 100644 --- a/version.json +++ b/version.json @@ -1,7 +1,7 @@ { "versions": { - "coreVersion":"1.47.1", - "webVersion":"2.27.0", + "coreVersion":"1.48.1", + "webVersion":"2.28.0", "keyConnectorVersion":"1.0.1" } } \ No newline at end of file