Skip to content

Commit

Permalink
Merge pull request #317 from Cryptonomic/as-tokensigner
Browse files Browse the repository at this point in the history
Update conseiljs reference
  • Loading branch information
anonymoussprocket authored Mar 20, 2021
2 parents 465e288 + dac9fd1 commit 9b35945
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
4 changes: 2 additions & 2 deletions src/config.json
Original file line number Diff line number Diff line change
@@ -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": "",
Expand Down
4 changes: 2 additions & 2 deletions src/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -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",
Expand Down

0 comments on commit 9b35945

Please sign in to comment.