Skip to content

Commit

Permalink
Bump up version to 2.0-beta.1 (#335)
Browse files Browse the repository at this point in the history
  • Loading branch information
liuchengxu authored Nov 6, 2020
1 parent 1c0b66a commit 5ac3457
Show file tree
Hide file tree
Showing 42 changed files with 82 additions and 82 deletions.
82 changes: 41 additions & 41 deletions 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 = "2.0.0-beta.0"
version = "2.0.0-beta.1"
authors = ["The ChainX Authors"]
edition = "2018"
description = "Fully Decentralized Interchain Crypto Asset Management on Polkadot"
Expand Down
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "chainx-cli"
version = "2.0.0-beta.0"
version = "2.0.0-beta.1"
authors = ["The ChainX Authors"]
description = "Implementation of protocol https://chainx.org in Rust based on the Substrate framework."
edition = "2018"
Expand Down
2 changes: 1 addition & 1 deletion executor/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "chainx-executor"
version = "2.0.0-beta.0"
version = "2.0.0-beta.1"
authors = ["The ChainX Authors"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion primitives/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "chainx-primitives"
version = "2.0.0-beta.0"
version = "2.0.0-beta.1"
authors = ["The ChainX Authors"]
edition = "2018"

Expand Down
Loading

0 comments on commit 5ac3457

Please sign in to comment.