From e98cb67f5fd9effeb14c7b84246f721540366a38 Mon Sep 17 00:00:00 2001 From: jude Date: Mon, 27 Oct 2025 17:53:47 +0000 Subject: [PATCH] Bump version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 22b17d1..3a249f2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2623,7 +2623,7 @@ checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" [[package]] name = "reminder-rs" -version = "1.7.40" +version = "1.7.41" dependencies = [ "base64 0.22.1", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 55cc5fe..1f3278f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "reminder-rs" -version = "1.7.40" +version = "1.7.41" authors = ["Jude Southworth "] edition = "2021" license = "AGPL-3.0 only"