From d082f63635672db5569c08dad777463541e04837 Mon Sep 17 00:00:00 2001 From: jude Date: Sat, 23 Sep 2023 17:37:28 +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 3239e54..0e38115 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2225,7 +2225,7 @@ checksum = "dbb5fb1acd8a1a18b3dd5be62d25485eb770e05afb408a9627d14d451bae12da" [[package]] name = "reminder-rs" -version = "1.6.39" +version = "1.6.40" dependencies = [ "base64 0.21.4", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 0705af8..fdeb51c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "reminder-rs" -version = "1.6.39" +version = "1.6.40" authors = ["Jude Southworth "] edition = "2021" license = "AGPL-3.0 only"