From c549e77fba7e0c5bd9a389a536e92911d102c59d Mon Sep 17 00:00:00 2001 From: AutomatedTester Date: Thu, 10 Dec 2015 15:51:06 +0000 Subject: [PATCH] Bumping version to 0.5.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 15bb2e5c..f81b979d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wires" -version = "0.4.2" +version = "0.5.0" authors = ["James Graham "] description = "Proxy for using WebDriver clients to interact with Gecko-based browsers." repository = "https://github.com/jgraham/wires"