Skip to content

Commit

Permalink
2.0.4 version bump (#12)
Browse files Browse the repository at this point in the history
* 2.0.4 version bump

* bump up chai and rlp versions
  • Loading branch information
hamdiallam authored Apr 3, 2021
1 parent 310716b commit 4fa5311
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 19 deletions.
41 changes: 25 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "solidity-rlp",
"author": "Hamdi Allam",
"version": "2.0.3",
"version": "2.0.4",
"description": "solidity rlp encoder/decoder",
"keywords": [
"solidity",
Expand Down Expand Up @@ -31,7 +31,7 @@
},
"homepage": "https://github.com/hamdiallam/solidity-rlp#readme",
"devDependencies": {
"chai": "^4.1.2",
"rlp": "^2.0.0"
"chai": "^4.3.4",
"rlp": "^2.2.6"
}
}

0 comments on commit 4fa5311

Please sign in to comment.