Skip to content

Commit

Permalink
Bump versions as well
Browse files Browse the repository at this point in the history
  • Loading branch information
Rigidity committed Dec 9, 2023
1 parent 15e7307 commit 7ce2369
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.3.1"
version = "0.3.2"
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.3.0"
version = "0.3.2"
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.3.0"
version = "0.3.2"
authors = ["Richard Kiss <[email protected]>"]
edition = "2021"
license = "Apache-2.0"
Expand Down

0 comments on commit 7ce2369

Please sign in to comment.