From e25bf6b8286778b8b34221767def3c3993484e1e Mon Sep 17 00:00:00 2001 From: jude Date: Thu, 10 Aug 2023 18:41:47 +0100 Subject: [PATCH] bump --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c476672..de5e01a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2217,7 +2217,7 @@ checksum = "436b050e76ed2903236f032a59761c1eb99e1b0aead2c257922771dab1fc8c78" [[package]] name = "reminder-rs" -version = "1.6.35" +version = "1.6.36" dependencies = [ "base64 0.21.2", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 9388544..9fb6a93 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "reminder-rs" -version = "1.6.35" +version = "1.6.36" authors = ["Jude Southworth "] edition = "2021" license = "AGPL-3.0 only"