Fix simplification on one

This commit is contained in:
Jordi Baylina
2018-09-06 04:45:10 +02:00
parent 5be88b2983
commit 14e6c291fd
3 changed files with 8 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "circom",
"version": "0.0.2",
"version": "0.0.3",
"description": "Language to generate logica circuits",
"main": "index.js",
"directories": {
@@ -37,6 +37,6 @@
"eslint": "^5.0.1",
"eslint-plugin-mocha": "^5.0.0",
"jison": "^0.4.18",
"zksnark": "0.0.2"
"zksnark": "0.0.3"
}
}