From dd7bc6bc59b90006dc8f8e79569d1eb618efa7e4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 27 Apr 2022 15:23:29 +0000 Subject: [PATCH 1/2] Updated core, web, and key-connector versions --- bitwarden.ps1 | 4 ++-- bitwarden.sh | 4 ++-- version.json | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) 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 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 2/2] 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