bump version
This commit is contained in:
parent
dba596bf35
commit
05cc9b45e6
|
@ -1 +1 @@
|
|||
Subproject commit 66eacea87090f809ae1d6162c80132227f81c380
|
||||
Subproject commit 62e62e3684fe8d7fd18a131c0d2250cce85dcdcb
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "bitwarden",
|
||||
"version": "1.25.1",
|
||||
"version": "1.26.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "bitwarden",
|
||||
"version": "1.25.1",
|
||||
"version": "1.26.0",
|
||||
"env": "Production",
|
||||
"devDependencies": {
|
||||
"connect": "3.6.5",
|
||||
|
|
|
@ -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.25.1","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.26.0","environment":"Production"});
|
||||
|
|
Loading…
Reference in New Issue