From 894961e2cd53c3d4e2fd4f01f04ad653a8815bbe Mon Sep 17 00:00:00 2001 From: jude Date: Thu, 10 Oct 2024 20:48:09 +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 ee33f77..0b6c92c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2462,7 +2462,7 @@ checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b" [[package]] name = "reminder-rs" -version = "1.7.30" +version = "1.7.31" dependencies = [ "base64 0.22.1", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 59773bf..49e4fbe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "reminder-rs" -version = "1.7.30" +version = "1.7.31" authors = ["Jude Southworth "] edition = "2021" license = "AGPL-3.0 only"