From cc54502a124acf72e9c19bf9f168d246f8e14ba5 Mon Sep 17 00:00:00 2001 From: Marco De Araujo Date: Sat, 7 Feb 2026 14:34:40 -0400 Subject: [PATCH] chore: Release uptime-kuma-dashboard version 0.38.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ce8b738..62df022 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2668,7 +2668,7 @@ checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" [[package]] name = "uptime-kuma-dashboard" -version = "0.38.1" +version = "0.38.2" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index d661591..acc8090 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uptime-kuma-dashboard" -version = "0.38.1" +version = "0.38.2" edition = "2024" [dependencies]