Skip to content

Commit

Permalink
v4.49.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gre committed Mar 29, 2019
1 parent 7ff68e9 commit c98c159
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages": [
"packages/*"
],
"version": "4.49.1",
"version": "4.49.2",
"npmClient": "yarn",
"useWorkspaces": true
}
2 changes: 1 addition & 1 deletion packages/hw-app-btc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ledgerhq/hw-app-btc",
"version": "4.49.1",
"version": "4.49.2",
"description": "Ledger Hardware Wallet Bitcoin Application API",
"keywords": [
"Ledger",
Expand Down
4 changes: 2 additions & 2 deletions packages/test/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"private": true,
"name": "@ledgerhq/test",
"version": "4.49.1",
"version": "4.49.2",
"main": "index.js",
"license": "Apache-2.0",
"dependencies": {
"@ledgerhq/hw-app-ada": "^4.48.0",
"@ledgerhq/hw-app-btc": "^4.49.1",
"@ledgerhq/hw-app-btc": "^4.49.2",
"@ledgerhq/hw-app-eth": "^4.48.0",
"@ledgerhq/hw-app-str": "^4.48.0",
"@ledgerhq/hw-app-xrp": "^4.48.0",
Expand Down

0 comments on commit c98c159

Please sign in to comment.