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>2017-01-06 20:54:09 +0300
committerJames Graham <james@hoppipolla.co.uk>2017-01-06 20:55:39 +0300
commit008f5fc67278e98478fe846e39b4b3bb57106d1b (patch)
treeceae9d0ff1b1da4b812160d0de9ec6e94f7bd824
parent1d0a16f044a36892ed4ac3b6321906bc534e2cc4 (diff)
Update version number for releasev0.13.0
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d165510..94ac3b6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "geckodriver"
-version = "0.12.0"
+version = "0.13.0"
authors = [
"James Graham <james@hoppipolla.co.uk>",
"Andreas Tolfsen <ato@mozilla.com>",