From 15dbed2f0f87d8471c0cd9b8671a498d887a01f8 Mon Sep 17 00:00:00 2001 From: jude Date: Wed, 27 Mar 2024 17:28:35 +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 2a8b9fe..56ba262 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2474,7 +2474,7 @@ checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f" [[package]] name = "reminder-rs" -version = "1.7.5" +version = "1.7.6" dependencies = [ "axum", "base64 0.21.7", diff --git a/Cargo.toml b/Cargo.toml index 7f90bda..b875320 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "reminder-rs" -version = "1.7.5" +version = "1.7.6" authors = ["Jude Southworth "] edition = "2021" license = "AGPL-3.0 only"