Skip to content

Commit 6498818

Browse files
Merge pull request #1684 from saschagrunert/0.6.1-bump
Bump to v0.6.1
2 parents 66a8f0b + bd19fcd commit 6498818

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Cargo.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

conmon-rs/client/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "conmonrs-cli"
3-
version = "0.6.0"
3+
version = "0.6.1"
44
edition = "2021"
55

66
[dependencies]

conmon-rs/common/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "conmon-common"
33
# Version listed below is also used by .packit.sh
4-
version = "0.6.0"
4+
version = "0.6.1"
55
edition = "2021"
66

77
[dependencies]

conmon-rs/server/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "conmonrs"
3-
version = "0.6.0"
3+
version = "0.6.1"
44
edition = "2021"
55

66
[[bin]]

0 commit comments

Comments
 (0)