diff --git a/Cargo.lock b/Cargo.lock index 960de71..9b7f02b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1179,7 +1179,7 @@ dependencies = [ [[package]] name = "reminder_rs" -version = "1.0.0-rc.10" +version = "1.0.1" dependencies = [ "Inflector", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 7a73961..c7731c9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "reminder_rs" -version = "1.0.0-rc.10" +version = "1.0.1" authors = ["jellywx "] edition = "2018"