Skip to content

Commit

Permalink
chore(lean-imt): v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cedoor committed May 16, 2024
1 parent 32f5f71 commit c3b0884
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"version:release": "changelogithub",
"format": "prettier -c .",
"format:write": "prettier -w .",
"remove:stable-version-field": "ts-node scripts/remove-stable-version-field.ts ${0} && yarn format:prettier:write",
"remove:stable-version-field": "ts-node scripts/remove-stable-version-field.ts ${0} && yarn format:write",
"postinstall": "husky && git config --local core.editor cat"
},
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/lean-imt/contracts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zk-kit/lean-imt.sol",
"version": "2.0.0-beta.12",
"version": "2.0.0",
"description": "Incremental Merkle tree implementations in Solidity.",
"license": "MIT",
"files": [
Expand Down

0 comments on commit c3b0884

Please sign in to comment.