diff --git a/package.json b/package.json index 58681783..bada7df6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tezori", - "version": "1.1.16-beta", + "version": "1.1.17-beta", "description": "An open-source wallet framework for the Tezos blockchain.", "main": "./src/main.prod.js", "scripts": { diff --git a/src/config.json b/src/config.json index 767eecca..0efef360 100644 --- a/src/config.json +++ b/src/config.json @@ -1,13 +1,13 @@ { "name": "Tezori", - "version": "1.1.16b", + "version": "1.1.17b", "blockExplorerHost": "https://arronax.io/tezos", "logo": "tezosLogo.png", "logoLink": "https://github.com/Cryptonomic/T2", "termsService": "https://github.com/Cryptonomic/T2", "privacyPolicy": "https://github.com/Cryptonomic/T2", "tagline": "containers.loginHome.tagline", - "LocalVersionIndex": "31", + "LocalVersionIndex": "32", "helpUrl": "https://github.com/Cryptonomic/T2", "ledgerAppUrl": "https://support.ledger.com/hc/en-us/articles/360016057774-Tezos-XTZ-", "ledgerReferral": "", diff --git a/src/package.json b/src/package.json index ea010af2..284ad763 100755 --- a/src/package.json +++ b/src/package.json @@ -1,7 +1,7 @@ { "name": "tezori", "productName": "Tezori Preview", - "version": "1.1.16-beta", + "version": "1.1.17-beta", "description": "An open-source wallet framework for the Tezos blockchain.", "main": "./main.prod.js", "author": { @@ -16,7 +16,7 @@ "license": "GPL-3.0-only", "dependencies": { "@ledgerhq/hw-transport-node-hid": "5.29.0", - "conseiljs": "5.0.8", + "conseiljs": "5.0.8-1", "conseiljs-ledgersigner": "5.0.4", "conseiljs-softsigner": "5.0.4-1", "loglevel": "1.7.1",