diff --git a/Cargo.lock b/Cargo.lock index 2031eab..18b872d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2614,7 +2614,7 @@ checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" [[package]] name = "reminder-rs" -version = "1.7.33-1" +version = "1.7.34" dependencies = [ "base64 0.22.1", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 5197a1e..ffb15d1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "reminder-rs" -version = "1.7.33-1" +version = "1.7.34" authors = ["Jude Southworth "] edition = "2021" license = "AGPL-3.0 only"