Browse Source

version bump and lint fix

pull/208/head
Kyle Spearrin 8 years ago
parent
commit
d083f1ddc3
  1. 2
      package-lock.json
  2. 2
      package.json
  3. 2
      src/app/settings.js
  4. 2
      src/app/vault/vaultController.js

2
package-lock.json generated

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
{
"name": "bitwarden",
"version": "1.24.0",
"version": "1.24.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

2
package.json

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

2
src/app/settings.js

@ -1,2 +1,2 @@ @@ -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.24.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.24.2","environment":"Production"});

2
src/app/vault/vaultController.js

@ -77,7 +77,7 @@ @@ -77,7 +77,7 @@
groupingPromise.then(function () {
loadCipherData(decCiphers);
});
}).$promise;
});
}
function loadCipherData(decCiphers) {

Loading…
Cancel
Save