Browse Source

bump web vault version

pull/339/head
Kyle Spearrin 7 years ago
parent
commit
7d26b45c39
  1. 2
      scripts/bitwarden.ps1
  2. 2
      scripts/bitwarden.sh

2
scripts/bitwarden.ps1

@ -43,7 +43,7 @@ if ($output -eq "") { @@ -43,7 +43,7 @@ if ($output -eq "") {
$scriptsDir = "${output}\scripts"
$githubBaseUrl = "https://raw.githubusercontent.com/bitwarden/core/master"
$coreVersion = "1.22.0"
$webVersion = "2.1.0"
$webVersion = "2.1.1"
# Functions

2
scripts/bitwarden.sh

@ -38,7 +38,7 @@ fi @@ -38,7 +38,7 @@ fi
SCRIPTS_DIR="$OUTPUT/scripts"
GITHUB_BASE_URL="https://raw.githubusercontent.com/bitwarden/core/master"
COREVERSION="1.22.0"
WEBVERSION="2.1.0"
WEBVERSION="2.1.1"
# Functions

Loading…
Cancel
Save