Skip to content
This repository was archived by the owner on Nov 6, 2020. It is now read-only.

Commit a6fd90f

Browse files
committed
v1.3.7
1 parent 3f6b638 commit a6fd90f

File tree

4 files changed

+16
-16
lines changed

4 files changed

+16
-16
lines changed

Cargo.lock

+13-13
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
description = "Ethcore client."
33
name = "parity"
4-
version = "1.3.6"
4+
version = "1.3.7"
55
license = "GPL-3.0"
66
authors = ["Ethcore <[email protected]>"]
77
build = "build.rs"

nsis/installer.nsi

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
!define DESCRIPTION "Fast, light, robust Ethereum implementation"
55
!define VERSIONMAJOR 1
66
!define VERSIONMINOR 3
7-
!define VERSIONBUILD 6
7+
!define VERSIONBUILD 7
88

99
!addplugindir .\
1010

util/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description = "Ethcore utility library"
33
homepage = "http://ethcore.io"
44
license = "GPL-3.0"
55
name = "ethcore-util"
6-
version = "1.3.6"
6+
version = "1.3.7"
77
authors = ["Ethcore <[email protected]>"]
88
build = "build.rs"
99

0 commit comments

Comments
 (0)