From 6e4a42799f4b25643d1dddc646d93e7e47f3d2e6 Mon Sep 17 00:00:00 2001 From: Christoffer Martinsson Date: Sat, 29 Nov 2025 16:46:16 +0100 Subject: [PATCH] Bump version to v0.1.213 --- agent/Cargo.toml | 2 +- dashboard/Cargo.toml | 2 +- shared/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/agent/Cargo.toml b/agent/Cargo.toml index ca8bc78..b96ead2 100644 --- a/agent/Cargo.toml +++ b/agent/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cm-dashboard-agent" -version = "0.1.212" +version = "0.1.213" edition = "2021" [dependencies] diff --git a/dashboard/Cargo.toml b/dashboard/Cargo.toml index 8ebc8d4..fa0389a 100644 --- a/dashboard/Cargo.toml +++ b/dashboard/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cm-dashboard" -version = "0.1.212" +version = "0.1.213" edition = "2021" [dependencies] diff --git a/shared/Cargo.toml b/shared/Cargo.toml index cdc9acb..d33c957 100644 --- a/shared/Cargo.toml +++ b/shared/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cm-dashboard-shared" -version = "0.1.212" +version = "0.1.213" edition = "2021" [dependencies]