diff --git a/agent/Cargo.toml b/agent/Cargo.toml index 49d9c3d..5e6fa0c 100644 --- a/agent/Cargo.toml +++ b/agent/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cm-dashboard-agent" -version = "0.1.214" +version = "0.1.215" edition = "2021" [dependencies] diff --git a/dashboard/Cargo.toml b/dashboard/Cargo.toml index 90f78cc..26b184c 100644 --- a/dashboard/Cargo.toml +++ b/dashboard/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cm-dashboard" -version = "0.1.214" +version = "0.1.215" edition = "2021" [dependencies] diff --git a/shared/Cargo.toml b/shared/Cargo.toml index d54a432..0141076 100644 --- a/shared/Cargo.toml +++ b/shared/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cm-dashboard-shared" -version = "0.1.214" +version = "0.1.215" edition = "2021" [dependencies]