From 55242157863c550a54aba268ca95ef22e58df055 Mon Sep 17 00:00:00 2001 From: jude Date: Sat, 7 Oct 2023 16:10:01 +0100 Subject: [PATCH] Bump ver --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d5e92df..0829891 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2173,7 +2173,7 @@ checksum = "dbb5fb1acd8a1a18b3dd5be62d25485eb770e05afb408a9627d14d451bae12da" [[package]] name = "reminder-rs" -version = "1.6.44" +version = "1.6.45" dependencies = [ "base64 0.21.4", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 06341a2..92d5067 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "reminder-rs" -version = "1.6.44" +version = "1.6.45" authors = ["Jude Southworth "] edition = "2021" license = "AGPL-3.0 only"