From cd4afb37d3490ed66147cd7cd8ba73f536fc6fac Mon Sep 17 00:00:00 2001 From: Karel Bilek Date: Wed, 29 Mar 2017 20:49:32 +0200 Subject: [PATCH 1/2] Using new version of connect --- Gruntfile.js | 2 +- bower.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index 4f43bc7aa..d936ce969 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -146,7 +146,7 @@ module.exports = function(grunt) { 'src/js/externalServices.js', 'src/js/init.js', 'src/js/trezor-url.js', - 'bower_components/trezor-connect/login.js', + 'bower_components/trezor-connect/connect.js', 'node_modules/bezier-easing/dist/bezier-easing.min.js', 'node_modules/cordova-plugin-qrscanner/dist/cordova-plugin-qrscanner-lib.min.js' ], diff --git a/bower.json b/bower.json index ac2e0a9ee..cae33e2d6 100644 --- a/bower.json +++ b/bower.json @@ -15,7 +15,7 @@ "moment": "2.10.3", "ng-lodash": "0.2.3", "qrcode-decoder-js": "*", - "trezor-connect": "~1.0.1", + "trezor-connect": "~1.1.2", "ng-csv": "~0.3.6", "ionic-toast": "^0.4.1", "angular-clipboard": "^1.4.2", From f3a0044797ae0f7a5bc8157d20dc6f22fc624dea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20B=C3=ADlek?= Date: Wed, 29 Mar 2017 22:23:45 +0200 Subject: [PATCH 2/2] Newer version --- bower.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bower.json b/bower.json index cae33e2d6..830a156c7 100644 --- a/bower.json +++ b/bower.json @@ -15,7 +15,7 @@ "moment": "2.10.3", "ng-lodash": "0.2.3", "qrcode-decoder-js": "*", - "trezor-connect": "~1.1.2", + "trezor-connect": "~1.1.3", "ng-csv": "~0.3.6", "ionic-toast": "^0.4.1", "angular-clipboard": "^1.4.2",