version bump

This commit is contained in:
Kyle Spearrin 2017-12-28 12:56:00 -05:00
parent bf885c184f
commit c9b5426f6f
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "bitwarden",
"version": "1.21.0",
"version": "1.22.0",
"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.21.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.0","environment":"Production"});