Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
orf committed Nov 29, 2023
1 parent 02ce206 commit 7547db0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions gping/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gping"
version = "1.15.1"
version = "1.16.0"
authors = ["Tom Forbes <tom@tomforb.es>"]
edition = "2018"
repository = "https://github.com/orf/gping"
Expand All @@ -10,7 +10,7 @@ build = "build.rs"
readme = "../readme.md"

[dependencies]
pinger = { version = "^1.0.0", path = "../pinger" }
pinger = { version = "^1.1.0", path = "../pinger" }
tui = { package = "ratatui", version = "0.24.0", features = ["crossterm"], default_features = false }
crossterm = "0.27.0"
anyhow = "1.0.75"
Expand Down
2 changes: 1 addition & 1 deletion pinger/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pinger"
version = "1.0.0"
version = "1.1.0"
authors = ["Tom Forbes <tom@tomforb.es>"]
edition = "2018"
license = "MIT"
Expand Down

0 comments on commit 7547db0

Please sign in to comment.