From e7a12573adb2b60ba1d6deeb21a8769439f5c0d6 Mon Sep 17 00:00:00 2001 From: Andreas Tolfsen Date: Sat, 16 Sep 2017 11:45:07 +0100 Subject: [PATCH] Bug 1391605 - Release webdriver 0.31.0. r=me MozReview-Commit-ID: O3cTr5t58F --- testing/webdriver/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/webdriver/Cargo.toml b/testing/webdriver/Cargo.toml index 76bfeb6a416f..de6dd071e591 100644 --- a/testing/webdriver/Cargo.toml +++ b/testing/webdriver/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "webdriver" -version = "0.30.0" +version = "0.31.0" authors = ["Mozilla Tools and Automation "] description = "Library implementing the wire protocol for the W3C WebDriver specification." keywords = ["webdriver", "browser", "automation", "protocol", "w3c"]