diff --git a/Cargo.toml b/Cargo.toml index 62630bea8..c7b9aef93 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["wasm", "wheel", "chia_streamable_macro"] [package] name = "chia" -version = "0.1.13" +version = "0.1.14" edition = "2018" license = "Apache-2.0" description = "Implementation of `clvm` for Chia Network's cryptocurrency" diff --git a/wasm/Cargo.toml b/wasm/Cargo.toml index a0fbf5d03..053b74eca 100644 --- a/wasm/Cargo.toml +++ b/wasm/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chia_wasm" -version = "0.1.13" +version = "0.1.14" authors = ["Richard Kiss "] edition = "2018" license = "Apache-2.0" diff --git a/wheel/Cargo.toml b/wheel/Cargo.toml index 9bb028c52..d023064e9 100644 --- a/wheel/Cargo.toml +++ b/wheel/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chia_rs" -version = "0.1.13" +version = "0.1.14" authors = ["Richard Kiss "] edition = "2018" license = "Apache-2.0"