From 137ae6f24bc78e7b415bd7db54bcd3f84f1c0967 Mon Sep 17 00:00:00 2001 From: jude Date: Thu, 10 Oct 2024 17:35:13 +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 594f79f..ee33f77 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2462,7 +2462,7 @@ checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b" [[package]] name = "reminder-rs" -version = "1.7.29" +version = "1.7.30" dependencies = [ "base64 0.22.1", "chrono", diff --git a/Cargo.toml b/Cargo.toml index c66718d..59773bf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "reminder-rs" -version = "1.7.29" +version = "1.7.30" authors = ["Jude Southworth "] edition = "2021" license = "AGPL-3.0 only"