From 5a70506a712e49bebc1c3c3ba55858b72d5d8b42 Mon Sep 17 00:00:00 2001 From: nabijaczleweli Date: Wed, 4 Jan 2017 07:14:41 +0100 Subject: [PATCH] Bump version to 1.0.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0aa2f37..457dbee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ repository = "https://github.com/thecoshman/http" readme = "README.md" keywords = ["http", "server", "https", "file", "directory"] license = "MIT" -version = "0.3.1" +version = "1.0.0" authors = ["thecoshman ", "nabijaczleweli "]