From 2346c2e978bdc8855e9b01078c5315252421f88f Mon Sep 17 00:00:00 2001 From: jellywx Date: Thu, 13 May 2021 18:50:42 +0100 Subject: [PATCH] v bump --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 10970aa..392d7c0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1270,7 +1270,7 @@ dependencies = [ [[package]] name = "reminder_rs" -version = "1.4.13" +version = "1.4.14" dependencies = [ "Inflector", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 4ffe878..707e6b7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "reminder_rs" -version = "1.4.13" +version = "1.4.14" authors = ["jellywx "] edition = "2018"