Skip to content

Commit

Permalink
v0.0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
allenan committed May 19, 2020
1 parent 4d33486 commit 2c37b79
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions integration_tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"test": "jest"
},
"dependencies": {
"@helium/crypto": "^0.0.19",
"@helium/http": "^0.0.19",
"@helium/transactions": "^0.0.19"
"@helium/crypto": "^0.0.20",
"@helium/http": "^0.0.20",
"@helium/transactions": "^0.0.20"
},
"version": "0.0.19"
"version": "0.0.20"
}
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": "0.0.19",
"version": "0.0.20",
"npmClient": "yarn"
}
2 changes: 1 addition & 1 deletion packages/crypto/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@helium/crypto",
"version": "0.0.19",
"version": "0.0.20",
"description": "Cryptography utilities including mnemonics, keypairs and base58-check encoding",
"keywords": [
"helium",
Expand Down
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": "0.0.19",
"version": "0.0.20",
"description": "HTTP library for interacting with the Helium blockchain API",
"keywords": [
"helium",
Expand Down
4 changes: 2 additions & 2 deletions packages/transactions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@helium/transactions",
"version": "0.0.19",
"version": "0.0.20",
"description": "Construct and serialize Helium blockchain transaction primatives",
"keywords": [
"helium",
Expand Down Expand Up @@ -31,7 +31,7 @@
"path": "^0.12.7"
},
"devDependencies": {
"@helium/crypto": "^0.0.19"
"@helium/crypto": "^0.0.20"
},
"gitHead": "16442bef09f90dd9a83d4c9e1a347de3e80575e4"
}

0 comments on commit 2c37b79

Please sign in to comment.