diff --git a/agent/Cargo.toml b/agent/Cargo.toml index f856c94..2d8368b 100644 --- a/agent/Cargo.toml +++ b/agent/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cm-dashboard-agent" -version = "0.1.106" +version = "0.1.107" edition = "2021" [dependencies] diff --git a/dashboard/Cargo.toml b/dashboard/Cargo.toml index f21f704..e4fb3cd 100644 --- a/dashboard/Cargo.toml +++ b/dashboard/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cm-dashboard" -version = "0.1.106" +version = "0.1.107" edition = "2021" [dependencies] diff --git a/shared/Cargo.toml b/shared/Cargo.toml index c43bd45..2d09fea 100644 --- a/shared/Cargo.toml +++ b/shared/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cm-dashboard-shared" -version = "0.1.106" +version = "0.1.107" edition = "2021" [dependencies]