From 4977ed95c9d11251ceafb9845e0bcd69566e107f Mon Sep 17 00:00:00 2001 From: HAOYUatHZ <37070449+HAOYUatHZ@users.noreply.github.com> Date: Wed, 17 Feb 2021 14:59:06 +0800 Subject: [PATCH] bump version in package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5502298..827af8a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "plonkit", - "version": "0.0.1", + "version": "0.1.0", "description": "A zkSNARK toolkit to work with circom zkSNARKs DSL in plonk proof system", "main": "index.js", "scripts": {