Skip to content

Commit

Permalink
Updates version to v0.30.3
Browse files Browse the repository at this point in the history
  • Loading branch information
crystalin committed Apr 5, 2023
1 parent 283623f commit 7f85ea4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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 node/cli-opt/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ authors = [ "PureStake" ]
edition = "2021"
homepage = "https://moonbeam.network"
license = "GPL-3.0-only"
version = "0.30.0"
version = "0.30.3"

[dependencies]
bip32 = { git = "https://github.com/purestake/crates", branch = "bip32-v0.4.0-fix", default-features = false, features = [ "bip39" ] }
Expand Down
2 changes: 1 addition & 1 deletion node/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "moonbeam-cli"
authors = [ "PureStake" ]
edition = "2021"
version = "0.30.0"
version = "0.30.3"
[dependencies]
clap = { version = "4.0.9", features = [ "derive" ] }
log = "0.4.8"
Expand Down
2 changes: 1 addition & 1 deletion node/service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ authors = [ "PureStake" ]
edition = "2021"
homepage = "https://moonbeam.network"
license = "GPL-3.0-only"
version = "0.30.0"
version = "0.30.3"

[dependencies]
ansi_term = "0.12.1"
Expand Down

0 comments on commit 7f85ea4

Please sign in to comment.