Skip to content
This repository has been archived by the owner on Mar 13, 2023. It is now read-only.

Commit

Permalink
bump: version
Browse files Browse the repository at this point in the history
  • Loading branch information
AurevoirXavier committed Jan 30, 2021
1 parent 2dfa213 commit 13a6676
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 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 bin/node/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "GPL-3.0"
name = "drml"
readme = "README.md"
repository = "https://github.com/darwinia-network/darwinia-common/"
version = "1.0.10"
version = "1.0.11"

# TODO: Consider rename this repo to darwinia-runtime-module-library
[[bin]]
Expand Down
2 changes: 1 addition & 1 deletion bin/node/primitives/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "GPL-3.0"
name = "drml-primitives"
readme = "README.md"
repository = "https://github.com/darwinia-network/darwinia-common/"
version = "1.0.10"
version = "1.0.11"

[dependencies]
# substrate
Expand Down
2 changes: 1 addition & 1 deletion bin/node/runtime/pangolin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "Unlicense"
name = "pangolin-runtime"
readme = "README.md"
repository = "https://github.com/darwinia-network/darwinia-common/"
version = "1.0.10"
version = "1.0.11"

[dependencies]
# crates
Expand Down
2 changes: 1 addition & 1 deletion bin/node/runtime/pangolin/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("Pangolin"),
impl_name: create_runtime_str!("Pangolin"),
authoring_version: 1,
spec_version: 10,
spec_version: 11,
impl_version: 1,
apis: RUNTIME_API_VERSIONS,
transaction_version: 1,
Expand Down

0 comments on commit 13a6676

Please sign in to comment.