Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mozilla/geckodriver.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAutomatedTester <david.burns@theautomatedtester.co.uk>2016-01-13 00:45:14 +0300
committerAutomatedTester <david.burns@theautomatedtester.co.uk>2016-01-13 00:45:14 +0300
commitc361d66d25d24090e248c83e6425adcc13ea767c (patch)
tree31d3c7b89e59a897c471599c018039df92c9835b
parent83cf7a9dd9be0ce5bc2e563aea07d69c5264d038 (diff)
Bumping version to 0.6.0v0.6.0
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f81b979..91bcd67 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "wires"
-version = "0.5.0"
+version = "0.6.0"
authors = ["James Graham <james@hoppipolla.co.uk>"]
description = "Proxy for using WebDriver clients to interact with Gecko-based browsers."
repository = "https://github.com/jgraham/wires"