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"