version bump

This commit is contained in:
Kyle Spearrin 2017-10-03 22:29:42 -04:00
parent 1bb6244337
commit 94bfcb2865
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "bitwarden",
"version": "1.17.3",
"version": "1.18.0",
"env": "Production",
"devDependencies": {
"connect": "3.6.3",

View File

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