Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
0o-de-lally committed Jun 18, 2022
1 parent 222b963 commit 6f31a60
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 15 deletions.
16 changes: 8 additions & 8 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 config/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "diem-config"
version = "5.1.2"
version = "5.1.3"
authors = ["Diem Association <[email protected]>"]
description = "Diem diem-config"
repository = "https://github.com/diem/diem"
Expand Down
2 changes: 1 addition & 1 deletion config/management/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "diem-management"
version = "5.1.2"
version = "5.1.3"
authors = ["Diem Association <[email protected]>"]
description = "Diem Management is a tool used to manage the configuration of a Diem Node"
repository = "https://github.com/diem/diem"
Expand Down
2 changes: 1 addition & 1 deletion diem-node/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "diem-node"
version = "5.1.2"
version = "5.1.3"
authors = ["Diem Association <[email protected]>"]
description = "Diem node"
repository = "https://github.com/diem/diem"
Expand Down
2 changes: 1 addition & 1 deletion ol/cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "ol"
authors = []
version = "5.1.2"
version = "5.1.3"
edition = "2018"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion ol/onboard/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "onboard"
version = "5.1.2"
version = "5.1.3"
edition = "2018"
authors = ["0L contributors"]
description = "0L onboarding wizard"
Expand Down
2 changes: 1 addition & 1 deletion ol/tower/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tower"
version = "5.1.2"
version = "5.1.3"
edition = "2018"
authors = ["0L contributors"]
description = "0L tower"
Expand Down
2 changes: 1 addition & 1 deletion ol/txs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "txs"
authors = []
version = "5.1.2"
version = "5.1.3"
edition = "2018"

[dependencies]
Expand Down

0 comments on commit 6f31a60

Please sign in to comment.