Skip to content

Commit

Permalink
v4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
allenan committed Jun 22, 2022
1 parent a439d16 commit 37ac9ef
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions integration_tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"dependencies": {
"@helium/address": "^4.3.1",
"@helium/crypto": "^4.3.1",
"@helium/http": "^4.3.1",
"@helium/http": "^4.4.0",
"@helium/transactions": "^4.3.1"
},
"version": "4.3.1",
"version": "4.4.0",
"devDependencies": {
"nock": "^13.2.4"
}
Expand Down
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": "4.3.1",
"version": "4.4.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": "4.3.1",
"version": "4.4.0",
"description": "HTTP library for interacting with the Helium blockchain API",
"keywords": [
"helium",
Expand Down

0 comments on commit 37ac9ef

Please sign in to comment.