diff --git a/agent/Cargo.toml b/agent/Cargo.toml index c4f70ac..83de5a5 100644 --- a/agent/Cargo.toml +++ b/agent/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cm-dashboard-agent" -version = "0.1.192" +version = "0.1.202" edition = "2021" [dependencies] diff --git a/dashboard/Cargo.toml b/dashboard/Cargo.toml index 5f612ec..51d2c34 100644 --- a/dashboard/Cargo.toml +++ b/dashboard/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cm-dashboard" -version = "0.1.192" +version = "0.1.202" edition = "2021" [dependencies] diff --git a/shared/Cargo.toml b/shared/Cargo.toml index e0c9e6a..b0190c6 100644 --- a/shared/Cargo.toml +++ b/shared/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cm-dashboard-shared" -version = "0.1.192" +version = "0.1.202" edition = "2021" [dependencies]