From ae6de53753f9e83aac06aa6638e2eac3786975bc Mon Sep 17 00:00:00 2001 From: Marcin Mielniczuk Date: Tue, 14 Mar 2023 11:36:44 +0100 Subject: [PATCH] Bump the version to v0.1.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4f793bf..4983ba2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cvt" -version = "0.1.1" +version = "0.1.2" authors = ["Marcin Mielniczuk "] edition = "2018" license = "Apache-2.0"