diff --git a/Cargo.lock b/Cargo.lock index cc7849a..6cc64a4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2502,7 +2502,7 @@ checksum = "adad44e29e4c806119491a7f06f03de4d1af22c3a680dd47f1e6e179439d1f56" [[package]] name = "reminder-rs" -version = "1.7.12" +version = "1.7.13" dependencies = [ "axum", "base64 0.22.0", diff --git a/Cargo.toml b/Cargo.toml index e3b73ee..ac43924 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "reminder-rs" -version = "1.7.12" +version = "1.7.13" authors = ["Jude Southworth "] edition = "2021" license = "AGPL-3.0 only"