From 3c07c6206d179e65feeb509021e12367c13e2ee0 Mon Sep 17 00:00:00 2001 From: Yan Li Date: Tue, 13 Oct 2020 21:20:24 +1300 Subject: [PATCH] Update version to 0.1.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8c5e210..b91d0fb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cicero" -version = "0.1.1" +version = "0.1.2" edition = "2018" authors = ["Yan Li "] license = "GPLv3"