From 00579428a14c80e0029aae3f06ac97d289c0b123 Mon Sep 17 00:00:00 2001 From: jude Date: Mon, 25 Sep 2023 18:20:22 +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 60b091b..385abd6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2173,7 +2173,7 @@ checksum = "dbb5fb1acd8a1a18b3dd5be62d25485eb770e05afb408a9627d14d451bae12da" [[package]] name = "reminder-rs" -version = "1.6.42" +version = "1.6.43" dependencies = [ "base64 0.21.4", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 7fce094..139af81 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "reminder-rs" -version = "1.6.42" +version = "1.6.43" authors = ["Jude Southworth "] edition = "2021" license = "AGPL-3.0 only"