From acdf6fcc87deb614d57ef616ad2c4eeb120c8bdb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 17 Mar 2022 12:14:06 -0400 Subject: [PATCH] Updated core, web, and key-connector versions (#13) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- bitwarden.ps1 | 4 ++-- bitwarden.sh | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bitwarden.ps1 b/bitwarden.ps1 index 4e03a57..7c631c9 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.46.2" -$webVersion = "2.26.1" +$coreVersion = "1.47.1" +$webVersion = "2.27.0" $keyConnectorVersion = "1.0.1" # Functions diff --git a/bitwarden.sh b/bitwarden.sh index 3d410aa..b2ac215 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.46.2" -WEBVERSION="2.26.1" +COREVERSION="1.47.1" +WEBVERSION="2.27.0" KEYCONNECTORVERSION="1.0.1" echo "bitwarden.sh version $COREVERSION"