Merge pull request #1886 from ethcore/ver-bump

v1.4.0 in master
This commit is contained in:
Nikolay Volf
2016-08-09 17:15:01 +03:00
committed by GitHub
20 changed files with 90 additions and 90 deletions

View File

@@ -1,7 +1,7 @@
[package]
description = "Ethcore jsonrpc"
name = "ethcore-rpc"
version = "1.3.0"
version = "1.4.0"
license = "GPL-3.0"
authors = ["Ethcore <admin@ethcore.io"]
build = "build.rs"

View File

@@ -1,7 +1,7 @@
[package]
description = "Rpc test client."
name = "rpctest"
version = "1.3.0"
version = "1.4.0"
license = "GPL-3.0"
authors = ["Ethcore <admin@ethcore.io>"]