Skip to content

Commit

Permalink
v3.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
allenan committed Feb 3, 2021
1 parent d58eb1e commit 4b9b317
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions integration_tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
},
"dependencies": {
"@helium/crypto": "^3.7.0",
"@helium/http": "^3.19.0",
"@helium/transactions": "^3.15.0"
"@helium/http": "^3.20.0",
"@helium/transactions": "^3.20.0"
},
"version": "3.19.0"
"version": "3.20.0"
}
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"integration_tests",
"packages/*"
],
"version": "3.19.0",
"version": "3.20.0",
"npmClient": "yarn"
}
2 changes: 1 addition & 1 deletion packages/http/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@helium/http",
"version": "3.19.0",
"version": "3.20.0",
"description": "HTTP library for interacting with the Helium blockchain API",
"keywords": [
"helium",
Expand Down
2 changes: 1 addition & 1 deletion packages/transactions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@helium/transactions",
"version": "3.15.0",
"version": "3.20.0",
"description": "Construct and serialize Helium blockchain transaction primatives",
"keywords": [
"helium",
Expand Down

0 comments on commit 4b9b317

Please sign in to comment.