From 090c06a225bac2712b65df859656955db851dee8 Mon Sep 17 00:00:00 2001 From: Seulgi Kim Date: Mon, 13 May 2019 13:41:18 +0900 Subject: [PATCH] Bump the version to 1.3.0 * Fixed the broken commitHash RPC in a docker image #1443 * Fixed the crash in Tendermint #1514 * Added base-path option #236 * Fixed the crash on exit #348 * Reduced the booting time #1513 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4362b6040d..b27a2461a9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -211,7 +211,7 @@ dependencies = [ [[package]] name = "codechain" -version = "1.2.0" +version = "1.3.0" dependencies = [ "app_dirs 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "cidr 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 53e5c5e798..d0ef8a8e07 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "codechain" -version = "1.2.0" +version = "1.3.0" license = "AGPL-3.0" authors = ["CodeChain Team "] exclude = [