Skip to content

Commit da7697c

Browse files
committed
chore: bump client minor version
- 'mithril-client' from '0.11.24' to '0.12.0' - 'mithril-client-cli' from '0.11.16' to '0.12.0' - 'mithril-client-wasm' from '0.8.9' to '0.9.0'.
1 parent 1494c6f commit da7697c

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mithril-client-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mithril-client-cli"
3-
version = "0.11.16"
3+
version = "0.12.0"
44
description = "A Mithril Client"
55
authors = { workspace = true }
66
edition = { workspace = true }

mithril-client-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 = "mithril-client-wasm"
3-
version = "0.8.9"
3+
version = "0.9.0"
44
description = "Mithril client WASM"
55
authors = { workspace = true }
66
edition = { workspace = true }

mithril-client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mithril-client"
3-
version = "0.11.24"
3+
version = "0.12.0"
44
description = "Mithril client library"
55
authors = { workspace = true }
66
edition = { workspace = true }

0 commit comments

Comments
 (0)