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:
authorJames Graham <james@hoppipolla.co.uk>2016-04-27 17:18:39 +0300
committerJames Graham <james@hoppipolla.co.uk>2016-04-27 17:18:39 +0300
commit852c4ea4ef648a8473b6a849eb51d5e985fa03ec (patch)
treee61609fec6376a3e6b10270fb69c8403e4a8ac4b
parentc94c71da69723db3f75c687c3eac34966a53b0ad (diff)
Update version number from release.v0.7.1
0.7.0 release happened from the wrong branch, so the history here is rather messy
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 16ee71b..82341ba 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "wires"
-version = "0.7.0"
+version = "0.7.1"
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"