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:
authorAndreas Tolfsen <ato@mozilla.com>2016-10-10 14:32:42 +0300
committerAndreas Tolfsen <ato@mozilla.com>2016-10-10 14:32:42 +0300
commite0dfb15c1001f04d5f8f35deddc367aea5d2ed28 (patch)
tree5f3e3361b13c059b1d622fe992cf41721f7954c8
parent207df90952807e86c7df9936264d365c9fc8fb8a (diff)
bump to 0.11.1 with correct version numberv0.11.1
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 114bcc6..91334be 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "geckodriver"
-version = "0.11.0"
+version = "0.11.1"
authors = [
"James Graham <james@hoppipolla.co.uk>",
"Andreas Tolfsen <ato@mozilla.com>",