Skip to content

Commit 42c819f

Browse files
update version to 0.1.5 (#120)
1 parent 84da93c commit 42c819f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "plonkit"
3-
version = "0.1.4"
3+
version = "0.1.5"
44
authors = [ "Roman Semenov <[email protected]>", "Zhuo Zhang <[email protected]>", "Haoyu LIN <[email protected]>" ]
55
description = "Library for working with circom circuits in plonk proof system"
66
homepage = "https://github.com/fluidex/plonkit"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "plonkit",
3-
"version": "0.1.4",
3+
"version": "0.1.5",
44
"description": "A zkSNARK toolkit to work with circom zkSNARKs DSL in plonk proof system",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)