Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
orf committed Dec 18, 2024
1 parent da5bae8 commit 5c3d50c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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 gping/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ build = "build.rs"
readme = "../readme.md"

[dependencies]
pinger = { version = "^1.3.0", path = "../pinger" }
pinger = { version = "^2.0.0", path = "../pinger" }
tui = { package = "ratatui", version = "0.29.0", features = ["crossterm"], default-features = false }
crossterm = "0.28.1"
anyhow = "1.0.94"
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.3.0"
version = "2.0.0"
authors = ["Tom Forbes <[email protected]>"]
edition = "2018"
license = "MIT"
Expand Down

0 comments on commit 5c3d50c

Please sign in to comment.