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>2015-07-23 23:17:16 +0300
committerJames Graham <james@hoppipolla.co.uk>2015-07-23 23:17:16 +0300
commitdfa297cb97ccfddd7fd8cb2d37d3c5ef3cef4720 (patch)
treeed90ca38032e1df91e0e232c1a1f0c3034c61ade
parentdc3d0ffa9feb3141010281bfcd8572eb9c770cae (diff)
Update version number for 0.3.0 release0.3.0
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index d26e97d..b91b147 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1,6 +1,6 @@
[root]
name = "wires"
-version = "0.2.0"
+version = "0.3.0"
dependencies = [
"argparse 0.2.0 (git+https://github.com/tailhook/rust-argparse.git)",
"env_logger 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/Cargo.toml b/Cargo.toml
index 87db2e0..21906ef 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "wires"
-version = "0.2.1"
+version = "0.3.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"