From 223aa3b42fdb5925dd8e1910315ebe3ac34845f5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 2 May 2022 15:44:02 +0000 Subject: [PATCH] Updated core, web, and key-connector versions --- bitwarden.ps1 | 2 +- bitwarden.sh | 2 +- version.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bitwarden.ps1 b/bitwarden.ps1 index 6799007..f08840a 100644 --- a/bitwarden.ps1 +++ b/bitwarden.ps1 @@ -29,7 +29,7 @@ $runScriptUrl = "https://go.btwrdn.co/bw-ps-run" # Please do not create pull requests modifying the version numbers. $coreVersion = "1.48.1" -$webVersion = "2.28.0" +$webVersion = "2.28.1" $keyConnectorVersion = "1.0.1" # Functions diff --git a/bitwarden.sh b/bitwarden.sh index 3cc31ec..aedadac 100755 --- a/bitwarden.sh +++ b/bitwarden.sh @@ -42,7 +42,7 @@ RUN_SCRIPT_URL="https://go.btwrdn.co/bw-sh-run" # Please do not create pull requests modifying the version numbers. COREVERSION="1.48.1" -WEBVERSION="2.28.0" +WEBVERSION="2.28.1" KEYCONNECTORVERSION="1.0.1" echo "bitwarden.sh version $COREVERSION" diff --git a/version.json b/version.json index df8a354..4cf27a9 100644 --- a/version.json +++ b/version.json @@ -1,7 +1,7 @@ { "versions": { "coreVersion":"1.48.1", - "webVersion":"2.28.0", + "webVersion":"2.28.1", "keyConnectorVersion":"1.0.1" } } \ No newline at end of file