1
0
mirror of https://github.com/trezor/trezor-wallet synced 2025-07-25 16:08:37 +00:00

version and changelog

This commit is contained in:
Vladimir Volek 2020-04-03 11:45:18 +02:00
parent bb6a13812b
commit 08826e1e85
2 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,10 @@
## 1.4.0-beta
**updated**
- connect v8
- discovery process for ethereum
## 1.3.4-beta ## 1.3.4-beta
**changed** **changed**

View File

@ -1,6 +1,6 @@
{ {
"name": "trezor-wallet", "name": "trezor-wallet",
"version": "1.3.3-beta", "version": "1.4.0-beta",
"author": "TREZOR <info@trezor.io>", "author": "TREZOR <info@trezor.io>",
"description": "", "description": "",
"bin": { "bin": {
@ -141,4 +141,4 @@
"optionalDependencies": { "optionalDependencies": {
"fsevents": "1.2.7" "fsevents": "1.2.7"
} }
} }