diff --git a/Cargo.lock b/Cargo.lock index 30056be..50b59c8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2358,7 +2358,7 @@ checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f" [[package]] name = "reminder_rs" -version = "1.6.50" +version = "1.7.0-rc1" dependencies = [ "base64 0.21.7", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 8148009..574cabf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "reminder_rs" -version = "1.6.50" +version = "1.7.0-rc1" authors = ["Jude Southworth "] edition = "2021" license = "AGPL-3.0 only"