Browse Source

0.1.5

master
Jordi Baylina 5 years ago
parent
commit
76815d0407
No known key found for this signature in database GPG Key ID: 7480C80C1BE43112
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      package-lock.json
  2. +1
    -1
      package.json

+ 1
- 1
package-lock.json

@ -1,6 +1,6 @@
{
"name": "snarkjs",
"version": "0.1.4",
"version": "0.1.5",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

+ 1
- 1
package.json

@ -1,6 +1,6 @@
{
"name": "snarkjs",
"version": "0.1.4",
"version": "0.1.5",
"description": "zkSNARKs implementation in JavaScript",
"main": "index.js",
"scripts": {

Loading…
Cancel
Save