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": {