From 4759402527f5fd294a887900ed2b2245a1a58fd3 Mon Sep 17 00:00:00 2001 From: Andrew Cann Date: Mon, 8 Feb 2016 13:02:43 +0800 Subject: [PATCH] Version bump 0.4.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9708ab4a..dd6263b8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "igd" -version = "0.4.1" +version = "0.4.2" authors = ["Simon Bernier St-Pierre "] description = "Internet Gateway Protocol client" homepage = "https://github.com/SBSTP/rust-igd"