Skip to content

Commit

Permalink
Release v0.12.2-3 (#895)
Browse files Browse the repository at this point in the history
* Fix Crab Staking Lock

* Bump Versions

* Update Logic

* Bump `darwinia-common`
  • Loading branch information
AurevoirXavier authored Jun 2, 2022
1 parent e4d0f83 commit f1c779d
Show file tree
Hide file tree
Showing 11 changed files with 95 additions and 76 deletions.
80 changes: 40 additions & 40 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
Expand Up @@ -6,7 +6,7 @@ homepage = "https://darwinia.network"
license = "GPL-3.0"
name = "darwinia"
repository = "https://github.com/darwinia-network/darwinia"
version = "0.12.2-2"
version = "0.12.2-3"

[[bin]]
name = "darwinia"
Expand Down
2 changes: 1 addition & 1 deletion node/service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ homepage = "https://darwinia.network"
license = "GPL-3.0"
name = "darwinia-node-service"
repository = "https://github.com/darwinia-network/darwinia"
version = "0.12.2-2"
version = "0.12.2-3"

[dependencies]
# crates.io
Expand Down
2 changes: 1 addition & 1 deletion primitives/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ homepage = "https://darwinia.network"
license = "GPL-3.0"
name = "darwinia-primitives"
repository = "https://github.com/darwinia-network/darwinia"
version = "0.12.2-2"
version = "0.12.2-3"

[dependencies]
# crates.io
Expand Down
2 changes: 1 addition & 1 deletion rpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ homepage = "https://darwinia.network"
license = "GPL-3.0"
name = "darwinia-rpc"
repository = "https://github.com/darwinia-network/darwinia"
version = "0.12.2-2"
version = "0.12.2-3"

[dependencies]
# crates.io
Expand Down
2 changes: 1 addition & 1 deletion runtime/common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ homepage = "https://darwinia.network"
license = "GPL-3.0"
name = "darwinia-common-runtime"
repository = "https://github.com/darwinia-network/darwinia"
version = "0.12.2-2"
version = "0.12.2-3"

[dependencies]
# crates.io
Expand Down
Loading

0 comments on commit f1c779d

Please sign in to comment.