From 88138341ae63492561e0c062090e9449d117d10c Mon Sep 17 00:00:00 2001 From: Marco De Araujo Date: Thu, 5 Feb 2026 15:43:41 -0400 Subject: [PATCH] chore: Release uptime-kuma-dashboard version 0.38.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 22fa853..ce8b738 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2668,7 +2668,7 @@ checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" [[package]] name = "uptime-kuma-dashboard" -version = "0.38.0" +version = "0.38.1" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index e742bc9..d661591 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uptime-kuma-dashboard" -version = "0.38.0" +version = "0.38.1" edition = "2024" [dependencies]