Skip to content

Commit 406acf0

Browse files
authored
bump version to 0.14.0 (#581)
1 parent c6e4a48 commit 406acf0

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

Cargo.lock

Lines changed: 5 additions & 5 deletions
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
@@ -3,7 +3,7 @@ members = ["fuzz", "tools", "wasm", "wheel"]
33

44
[package]
55
name = "clvmr"
6-
version = "0.13.1"
6+
version = "0.14.0"
77
authors = ["Richard Kiss <him@richardkiss.com>"]
88
edition = "2021"
99
license = "Apache-2.0"

fuzz/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "clvm_rs-fuzz"
3-
version = "1.0.0"
3+
version = "0.14.0"
44
authors = ["Arvid Norberg <arvid@chia.net>"]
55
publish = false
66
edition = "2021"

tools/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "clvm-rs-test-tools"
3-
version = "0.13.1"
3+
version = "0.14.0"
44
authors = ["Arvid Norberg <arvid@chia.net>", "Cameron Cooper <cameron@chia.net>"]
55
edition = "2021"
66
license = "Apache-2.0"

wasm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "clvm_wasm"
3-
version = "0.13.1"
3+
version = "0.14.0"
44
authors = ["Richard Kiss <him@richardkiss.com>"]
55
edition = "2021"
66
license = "Apache-2.0"

wheel/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "clvm_rs"
3-
version = "0.13.1"
3+
version = "0.14.0"
44
authors = ["Richard Kiss <him@richardkiss.com>"]
55
edition = "2021"
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)