Skip to content

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Divide-By-0 committed Oct 26, 2023
1 parent 0da1281 commit bd4e241
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/circuits/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zk-email/circuits",
"version": "3.0.0",
"version": "3.2.0",
"scripts": {
"publish": "yarn npm publish --access=public",
"test": "NODE_OPTIONS=--max_old_space_size=8192 jest tests/*.ts"
Expand Down
2 changes: 1 addition & 1 deletion packages/contracts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zk-email/contracts",
"version": "3.1.3",
"version": "3.2.0",
"scripts": {
"build": "forge build",
"publish": "yarn npm publish --access=public"
Expand Down
2 changes: 1 addition & 1 deletion packages/twitter-verifier-circuits/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twitter-verifier/circuits",
"version": "2.0.0",
"version": "2.1.0",
"scripts": {
"test": "NODE_OPTIONS=--max_old_space_size=16384 jest"
},
Expand Down

0 comments on commit bd4e241

Please sign in to comment.