From 2072341ecad212b3c7d020f047c73d3676f70a57 Mon Sep 17 00:00:00 2001 From: draganrakita Date: Mon, 2 Nov 2020 13:22:48 +0100 Subject: [PATCH] Bump to 3.1.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- util/version/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e9fe52db7..54b39edb6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2862,7 +2862,7 @@ checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c" [[package]] name = "openethereum" -version = "3.1.0-rc1" +version = "3.1.0" dependencies = [ "ansi_term 0.10.2", "atty", @@ -3227,7 +3227,7 @@ dependencies = [ [[package]] name = "parity-version" -version = "3.1.0-rc1" +version = "3.1.0" dependencies = [ "parity-bytes", "rlp 0.3.0", diff --git a/Cargo.toml b/Cargo.toml index c2eccb979..628dd12d0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ description = "OpenEthereum" name = "openethereum" # NOTE Make sure to update util/version/Cargo.toml as well -version = "3.1.0-rc1" +version = "3.1.0" license = "GPL-3.0" authors = [ "OpenEthereum developers", diff --git a/util/version/Cargo.toml b/util/version/Cargo.toml index ab1099eb9..f2fc234f8 100644 --- a/util/version/Cargo.toml +++ b/util/version/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "parity-version" # NOTE: this value is used for OpenEthereum version string (via env CARGO_PKG_VERSION) -version = "3.1.0-rc1" +version = "3.1.0" authors = ["Parity Technologies "] build = "build.rs"