Skip to content

Commit

Permalink
v1.0.4 (paritytech#807)
Browse files Browse the repository at this point in the history
hot fix for lock bitcoin bug
  • Loading branch information
atenjin authored Jul 29, 2019
1 parent 6cae0b5 commit 73f7860
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "chainx"
version = "1.0.3"
version = "1.0.4"
build = "build.rs"
authors = ["Chainpool <https://www.chainx.org>"]
edition = "2018"
Expand Down
4 changes: 2 additions & 2 deletions runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("chainx"),
impl_name: create_runtime_str!("chainx-net"),
authoring_version: 1,
spec_version: 3,
impl_version: 0,
spec_version: 4,
impl_version: 4,
apis: RUNTIME_API_VERSIONS,
};

Expand Down
Binary file not shown.

0 comments on commit 73f7860

Please sign in to comment.