From 5ae4baa2a68dbea91a91a390c0e85617b5248d72 Mon Sep 17 00:00:00 2001 From: jude Date: Tue, 16 Sep 2025 21:09:25 +0100 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 7384026..22b17d1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2623,7 +2623,7 @@ checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" [[package]] name = "reminder-rs" -version = "1.7.39" +version = "1.7.40" dependencies = [ "base64 0.22.1", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 9e07817..55cc5fe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "reminder-rs" -version = "1.7.39" +version = "1.7.40" authors = ["Jude Southworth "] edition = "2021" license = "AGPL-3.0 only"