Skip to content

Commit

Permalink
Update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
SoraSuegami committed Oct 26, 2024
1 parent 55c4d0e commit 0d0106f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/circuits/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@zk-email/ether-email-auth-circom",
"license": "MIT",
"version": "0.1.1-preview",
"version": "0.2.1-preview",
"scripts": {
"build": "mkdir -p build && circom src/email_auth.circom --r1cs --wasm --sym --c -l ../../node_modules -o ./build",
"build-legacy": "mkdir -p build && circom src/email_auth_legacy.circom --r1cs --wasm --sym --c -l ../../node_modules -o ./build",
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/ether-email-auth-contracts",
"version": "0.2.0-preview",
"version": "0.2.1-preview",
"license": "MIT",
"scripts": {
"build": "forge build --skip '*ZKSync*'",
Expand Down

0 comments on commit 0d0106f

Please sign in to comment.