From 42c819f084fdfd4ecb91a1cdc28233761a026074 Mon Sep 17 00:00:00 2001 From: HAOYUatHZ <37070449+HAOYUatHZ@users.noreply.github.com> Date: Wed, 27 Oct 2021 16:39:55 +0800 Subject: [PATCH] update version to 0.1.5 (#120) --- Cargo.lock | 2 +- Cargo.toml | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f5faf5a..a7dec8f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1346,7 +1346,7 @@ checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" [[package]] name = "plonkit" -version = "0.1.4" +version = "0.1.5" dependencies = [ "anyhow", "bellman_vk_codegen", diff --git a/Cargo.toml b/Cargo.toml index 67502e1..edba7f9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "plonkit" -version = "0.1.4" +version = "0.1.5" authors = [ "Roman Semenov ", "Zhuo Zhang ", "Haoyu LIN " ] description = "Library for working with circom circuits in plonk proof system" homepage = "https://github.com/fluidex/plonkit" diff --git a/package.json b/package.json index 42c42fd..b8966a2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "plonkit", - "version": "0.1.4", + "version": "0.1.5", "description": "A zkSNARK toolkit to work with circom zkSNARKs DSL in plonk proof system", "main": "index.js", "scripts": {