Skip to content

Commit

Permalink
v3.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
allenan committed Dec 14, 2020
1 parent 52a5c94 commit 3c7549b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions integration_tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dependencies": {
"@helium/crypto": "^3.7.0",
"@helium/http": "^3.8.0",
"@helium/transactions": "^3.9.1"
"@helium/transactions": "^3.11.0"
},
"version": "3.9.1"
"version": "3.11.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.10.0",
"version": "3.11.0",
"npmClient": "yarn"
}
3 changes: 1 addition & 2 deletions packages/transactions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@helium/transactions",
"version": "3.9.1",
"version": "3.11.0",
"description": "Construct and serialize Helium blockchain transaction primatives",
"keywords": [
"helium",
Expand Down Expand Up @@ -33,6 +33,5 @@
"long": "^4.0.0",
"path": "^0.12.7"
},
"devDependencies": {},
"gitHead": "16442bef09f90dd9a83d4c9e1a347de3e80575e4"
}

0 comments on commit 3c7549b

Please sign in to comment.