Skip to content

Commit

Permalink
Merge pull request #401 from Chia-Network/bump-0.7.0
Browse files Browse the repository at this point in the history
bump version to 0.7.0
  • Loading branch information
arvidn authored May 1, 2024
2 parents 31d397b + 4c9cc9d commit 330e370
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ members = ["fuzz", "tools", "wasm", "wheel"]

[package]
name = "clvmr"
version = "0.6.1"
version = "0.7.0"
authors = ["Richard Kiss <[email protected]>"]
edition = "2021"
license = "Apache-2.0"
Expand Down
4 changes: 2 additions & 2 deletions wasm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "clvm_wasm"
version = "0.3.2"
version = "0.7.0"
authors = ["Richard Kiss <[email protected]>"]
edition = "2021"
license = "Apache-2.0"
Expand All @@ -19,4 +19,4 @@ clvmr = { path = ".." }
wasm-bindgen = "=0.2.87"
wasm-bindgen-test = "=0.3.34"
js-sys = "0.3.61"
getrandom = { version = "0.2.9", features = ["js"] }
getrandom = { version = "0.2.9", features = ["js"] }
2 changes: 1 addition & 1 deletion wheel/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "clvm_rs"
version = "0.6.1"
version = "0.7.0"
authors = ["Richard Kiss <[email protected]>"]
edition = "2021"
license = "Apache-2.0"
Expand Down

0 comments on commit 330e370

Please sign in to comment.