From 6bb350f0166ee9ca24b3c41efab6640bd4f52103 Mon Sep 17 00:00:00 2001 From: Christoffer Martinsson Date: Thu, 27 Nov 2025 16:39:46 +0100 Subject: [PATCH] Bump version to v0.1.188 --- 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 7662725..c0e8bd4 100644 --- a/agent/Cargo.toml +++ b/agent/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cm-dashboard-agent" -version = "0.1.187" +version = "0.1.188" edition = "2021" [dependencies] diff --git a/dashboard/Cargo.toml b/dashboard/Cargo.toml index 87c1b2d..78e130e 100644 --- a/dashboard/Cargo.toml +++ b/dashboard/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cm-dashboard" -version = "0.1.187" +version = "0.1.188" edition = "2021" [dependencies] diff --git a/shared/Cargo.toml b/shared/Cargo.toml index ec19f6d..dc42fe6 100644 --- a/shared/Cargo.toml +++ b/shared/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cm-dashboard-shared" -version = "0.1.187" +version = "0.1.188" edition = "2021" [dependencies]