1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-10-05 05:17:40 +02:00

version bump

This commit is contained in:
Kyle Spearrin 2018-02-20 23:34:10 -05:00
parent b85f56c681
commit 0333354271
3 changed files with 3 additions and 3 deletions

2
dist/.publish vendored

@ -1 +1 @@
Subproject commit fdf74f1027877bd1adfa1d3325722e5da9afcb2d
Subproject commit 66eacea87090f809ae1d6162c80132227f81c380

View File

@ -1,6 +1,6 @@
{
"name": "bitwarden",
"version": "1.22.0",
"version": "1.22.1",
"env": "Production",
"devDependencies": {
"connect": "3.6.5",

View File

@ -1,2 +1,2 @@
angular.module("bit")
.constant("appSettings", {"apiUri":"/api","identityUri":"/identity","iconsUri":"https://icons.bitwarden.com","stripeKey":"pk_live_bpN0P37nMxrMQkcaHXtAybJk","braintreeKey":"production_qfbsv8kc_njj2zjtyngtjmbjd","selfHosted":false,"version":"1.22.0","environment":"Production"});
.constant("appSettings", {"apiUri":"/api","identityUri":"/identity","iconsUri":"https://icons.bitwarden.com","stripeKey":"pk_live_bpN0P37nMxrMQkcaHXtAybJk","braintreeKey":"production_qfbsv8kc_njj2zjtyngtjmbjd","selfHosted":false,"version":"1.22.1","environment":"Production"});