Skip to content

Commit a46bd72

Browse files
committed
chore: Release
1 parent 046564f commit a46bd72

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gping/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "gping"
3-
version = "1.16.0"
3+
version = "1.16.1"
44
authors = ["Tom Forbes <[email protected]>"]
55
edition = "2018"
66
repository = "https://github.com/orf/gping"
@@ -10,7 +10,7 @@ build = "build.rs"
1010
readme = "../readme.md"
1111

1212
[dependencies]
13-
pinger = { version = "^1.1.0", path = "../pinger" }
13+
pinger = { version = "^1.1.1", path = "../pinger" }
1414
tui = { package = "ratatui", version = "0.24.0", features = ["crossterm"], default_features = false }
1515
crossterm = "0.27.0"
1616
anyhow = "1.0.79"

pinger/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pinger"
3-
version = "1.1.0"
3+
version = "1.1.1"
44
authors = ["Tom Forbes <[email protected]>"]
55
edition = "2018"
66
license = "MIT"

0 commit comments

Comments
 (0)