diff --git a/packages/trezor/package.json b/packages/trezor/package.json index 830afbc36..4a4e4e4d1 100644 --- a/packages/trezor/package.json +++ b/packages/trezor/package.json @@ -1,6 +1,6 @@ { "name": "@web3-onboard/trezor", - "version": "2.4.2", + "version": "2.4.3-alpha.1", "description": "Trezor hardware wallet module for connecting to Web3-Onboard. Web3-Onboard makes it simple to connect Ethereum hardware and software wallets to your dapp. Features standardised spec compliant web3 providers for all supported wallets, framework agnostic modern javascript UI with code splitting, CSS customization, multi-chain and multi-account support, reactive wallet state subscriptions and real-time transaction state change notifications.", "keywords": [ "Ethereum", @@ -66,6 +66,6 @@ "eth-crypto": "^2.1.0", "ethereumjs-util": "^7.1.3", "hdkey": "^2.0.1", - "@trezor/connect-web": "^9.0.8" + "@trezor/connect-web": "^9.0.11" } }