version bump
This commit is contained in:
parent
e5e7712716
commit
b286c1a29b
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "bitwarden",
|
||||
"version": "1.14.1",
|
||||
"version": "1.14.2",
|
||||
"env": "Production",
|
||||
"devDependencies": {
|
||||
"connect": "3.6.0",
|
||||
|
|
|
@ -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.1","environment":"Production"});
|
||||
.constant("appSettings", {"apiUri":"https://api.bitwarden.com","identityUri":"https://identity.bitwarden.com","stripeKey":"pk_live_bpN0P37nMxrMQkcaHXtAybJk","braintreeKey":"TODO","version":"1.14.2","environment":"Production"});
|
||||
|
|
Loading…
Reference in New Issue