From 093d56fbf001e1506e56dbfa38631d99b1066df1 Mon Sep 17 00:00:00 2001 From: Without Boats Date: Wed, 19 Dec 2018 23:48:09 +0100 Subject: [PATCH] update version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b4a03d2..93b64e8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] authors = ["Without Boats "] name = "heck" -version = "0.3.0" +version = "0.3.1" license = "MIT OR Apache-2.0" description = "heck is a case conversion library." homepage = "https://github.com/withoutboats/heck"