From 43ab205c0f59b9f9a8b5e4c9fb2064fa1b42a523 Mon Sep 17 00:00:00 2001 From: Fedor Gogolev Date: Sat, 17 Feb 2018 16:16:47 +0300 Subject: [PATCH] misc: bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6ecbd1f..cb076c4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tokio-ping" -version = "0.1.1-alpha" +version = "0.1.1" license = "MIT/Apache-2.0" authors = ["Fedor Gogolev "] documentation = "https://docs.rs/tokio-ping"