From 0c0334179879cab4b3ce3eebb019462d8173f418 Mon Sep 17 00:00:00 2001 From: Jordi Baylina Date: Sun, 6 Jun 2021 17:27:52 +0200 Subject: [PATCH] 0.4.5 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index b51db36..9d7f4a0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "snarkjs", - "version": "0.4.4", + "version": "0.4.5", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "0.4.4", + "version": "0.4.5", "license": "GPL-3.0", "dependencies": { "@iden3/binfileutils": "0.0.8", diff --git a/package.json b/package.json index e1830e0..bde4b40 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "snarkjs", "type": "module", - "version": "0.4.4", + "version": "0.4.5", "description": "zkSNARKs implementation in JavaScript", "main": "./build/main.cjs", "module": "./main.js",