bump version

This commit is contained in:
poma 2020-07-31 16:15:55 +03:00
parent 8ec8ffe58b
commit 1f86cc10c1
No known key found for this signature in database
GPG Key ID: BA20CB01FE165657

View File

@ -1,6 +1,6 @@
{
"name": "fixed-merkle-tree",
"version": "0.2.0",
"version": "0.2.1",
"description": "Fixed depth merkle tree implementation with sequential inserts",
"main": "src/merkleTree.js",
"scripts": {