From 1af67e5ad7dc5b20eb88bb85b0f47bc8ff830bce Mon Sep 17 00:00:00 2001 From: "Stephen M. Coakley" Date: Sat, 24 Feb 2018 17:21:53 -0600 Subject: [PATCH] bump version to 0.1.4 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d5a55bfc..ad4da626 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chttp" -version = "0.1.3" +version = "0.1.4" description = "The practical HTTP client that is fun to use." authors = ["Stephen M. Coakley "] license = "MIT"