Skip to content

Commit

Permalink
Merge pull request #433 from Chia-Network/jn.up-version
Browse files Browse the repository at this point in the history
  • Loading branch information
jack60612 authored Jul 11, 2024
2 parents a356a9a + 9cf2549 commit c95a1f4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.7.0"
version = "0.8.0"
authors = ["Richard Kiss <[email protected]>"]
edition = "2021"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion wasm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "clvm_wasm"
version = "0.7.0"
version = "0.8.0"
authors = ["Richard Kiss <[email protected]>"]
edition = "2021"
license = "Apache-2.0"
Expand Down
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.7.0"
version = "0.8.0"
authors = ["Richard Kiss <[email protected]>"]
edition = "2021"
license = "Apache-2.0"
Expand Down

0 comments on commit c95a1f4

Please sign in to comment.