Skip to content

Commit

Permalink
chore(poseidon-cipher): v1.0.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cedoor committed Jan 22, 2025
1 parent 64dc22f commit c355c9f
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 @@ -15,7 +15,7 @@
"format": "prettier -c .",
"format:write": "prettier -w .",
"lint": "circomspect packages/*/src -L ./node_modules/circomlib/circuits",
"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/poseidon-cipher/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zk-kit/poseidon-cipher.circom",
"version": "1.0.0-beta.1",
"version": "1.0.0-beta.2",
"description": "A set of Circom templates to decrypt and perform permutations with Poseidon.",
"license": "MIT",
"files": [
Expand Down

0 comments on commit c355c9f

Please sign in to comment.