Skip to content

Commit

Permalink
Update version to 6.1.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
wshino committed Jun 4, 2024
1 parent 64b1e9d commit ead9d57
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "6.1.1",
"version": "6.1.2",
"license": "MIT",
"private": true,
"scripts": {
Expand Down
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": "6.1.1",
"version": "6.1.2",
"license": "MIT",
"scripts": {
"publish": "yarn npm publish --access=public",
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": "6.2.1",
"version": "6.1.2",
"license": "MIT",
"scripts": {
"build": "forge build",
Expand Down
2 changes: 1 addition & 1 deletion packages/helpers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zk-email/helpers",
"version": "6.1.1",
"version": "6.1.2",
"license": "MIT",
"main": "dist",
"scripts": {
Expand Down

0 comments on commit ead9d57

Please sign in to comment.