From 54a8c237cbfc8119c4e1ad093639c58b1add2239 Mon Sep 17 00:00:00 2001 From: Andrey Kutejko Date: Sun, 21 Jun 2020 11:20:40 +0200 Subject: [PATCH] Release 0.1.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e517abd..b15481a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "diligent-date-parser" description = "Library for parsing datetime in unknown format" -version = "0.1.0" +version = "0.1.1" authors = ["Andrey Kutejko "] edition = "2018" license = "MIT/Apache-2.0"