Skip to content

Commit

Permalink
chore(groth16): v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cedoor committed Dec 14, 2023
1 parent f2cd4a6 commit 4d01961
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/groth16/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zk-kit/groth16",
"version": "0.4.0",
"version": "0.5.0",
"description": "A snippet of SnarkJS code for verifying and generating Groth16 proofs only.",
"license": "GPL-3.0",
"main": "dist/index.node.js",
Expand Down Expand Up @@ -47,6 +47,6 @@
},
"dependencies": {
"circom_runtime": "0.1.24",
"ffjavascript": "0.2.60"
"ffjavascript": "0.2.62"
}
}
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4462,7 +4462,7 @@ __metadata:
"@rollup/plugin-virtual": ^3.0.2
circom_runtime: 0.1.24
fastfile: 0.0.20
ffjavascript: 0.2.60
ffjavascript: 0.2.62
rimraf: ^5.0.5
rollup: ^4.0.2
rollup-plugin-cleanup: ^3.2.1
Expand Down

0 comments on commit 4d01961

Please sign in to comment.