Skip to content

Commit 7547db0

Browse files
committed
chore: Release
1 parent 02ce206 commit 7547db0

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.15.1"
3+
version = "1.16.0"
44
authors = ["Tom Forbes <tom@tomforb.es>"]
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.0.0", path = "../pinger" }
13+
pinger = { version = "^1.1.0", path = "../pinger" }
1414
tui = { package = "ratatui", version = "0.24.0", features = ["crossterm"], default_features = false }
1515
crossterm = "0.27.0"
1616
anyhow = "1.0.75"

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.0.0"
3+
version = "1.1.0"
44
authors = ["Tom Forbes <tom@tomforb.es>"]
55
edition = "2018"
66
license = "MIT"

0 commit comments

Comments
 (0)