From c1e9d454e7e510d4c194f6442555eb0a3387c597 Mon Sep 17 00:00:00 2001 From: Alexey Galakhov Date: Fri, 17 Mar 2017 17:06:36 +0100 Subject: [PATCH] Bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0590c60..0f187de 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ authors = ["Alexey Galakhov"] license = "MIT" readme = "README.md" repository = "https://github.com/snapview/tungstenite-rs" -version = "0.1.0" +version = "0.1.1" [features] default = ["tls"]