Skip to content

Commit

Permalink
Bump 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kiwiyou committed Jan 23, 2024
1 parent a800713 commit 2d6c67b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "craftping"
version = "0.4.1"
version = "0.5.0"
authors = ["kiwiyou <kiwiyou@kiwiyou.dev>"]
edition = "2021"
description = "Minecraft Server List Ping Implementation"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ craftping is a Rust library to ping Minecraft Servers.

```toml
[dependencies]
craftping = "0.4.1"
craftping = "0.5.0"
```

You can synchronously ping to the server with `craftping::sync::ping`:
Expand Down

0 comments on commit 2d6c67b

Please sign in to comment.