From 7ac69b59aff9896e18384b1600f3eb670e9b4563 Mon Sep 17 00:00:00 2001 From: jude Date: Sat, 16 Nov 2024 14:38:30 +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 18b872d..6cfa2ea 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2614,7 +2614,7 @@ checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" [[package]] name = "reminder-rs" -version = "1.7.34" +version = "1.7.35" dependencies = [ "base64 0.22.1", "chrono", diff --git a/Cargo.toml b/Cargo.toml index ffb15d1..1d39bf7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "reminder-rs" -version = "1.7.34" +version = "1.7.35" authors = ["Jude Southworth "] edition = "2021" license = "AGPL-3.0 only"