Browse Source

version bump

pull/108/head v1.14.1
Kyle Spearrin 9 years ago
parent
commit
afe223f410
  1. 2
      package.json
  2. 2
      src/app/settings.js

2
package.json

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
{
"name": "bitwarden",
"version": "1.14.0",
"version": "1.14.1",
"env": "Production",
"devDependencies": {
"connect": "3.6.0",

2
src/app/settings.js

@ -1,2 +1,2 @@ @@ -1,2 +1,2 @@
angular.module("bit")
.constant("appSettings", {"apiUri":"https://api.bitwarden.com","identityUri":"https://identity.bitwarden.com","stripeKey":"pk_live_bpN0P37nMxrMQkcaHXtAybJk","braintreeKey":"TODO","version":"1.14.0","environment":"Production"});
.constant("appSettings", {"apiUri":"https://api.bitwarden.com","identityUri":"https://identity.bitwarden.com","stripeKey":"pk_live_bpN0P37nMxrMQkcaHXtAybJk","braintreeKey":"TODO","version":"1.14.1","environment":"Production"});

Loading…
Cancel
Save