Skip to content

Commit

Permalink
Merge pull request #553 from ctrlc03/fix/deployment_version
Browse files Browse the repository at this point in the history
Fix/deployment error (fix #551) and bump version (fix #552)
  • Loading branch information
ctrlc03 authored Dec 2, 2022
2 parents 0ce643a + f15b9a6 commit aa4ba27
Show file tree
Hide file tree
Showing 21 changed files with 30,116 additions and 59,635 deletions.
4 changes: 2 additions & 2 deletions circuits/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions circuits/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "maci-circuits",
"version": "1.1.0",
"description": "",
"version": "1.1.1",
"description": "zk-SNARK circuits for MACI",
"main": "build/index.js",
"scripts": {
"circom-helper": "circom-helper -c ./circomHelperConfig.json -b ./build/test/ -p 9001 -nc",
Expand Down Expand Up @@ -57,9 +57,9 @@
"axios": "^1.1.3",
"circom-helper": "^0.3.0",
"jest": "^26.6.3",
"maci-core": "^1.1.0",
"maci-crypto": "^1.1.0",
"maci-domainobjs": "^1.1.0",
"maci-core": "^1.1.1",
"maci-crypto": "^1.1.1",
"maci-domainobjs": "^1.1.1",
"ts-jest": "^26.5.4",
"typescript": "^4.2.3"
},
Expand Down
Loading

0 comments on commit aa4ba27

Please sign in to comment.