Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
doinkythederp committed Jul 15, 2024
1 parent f899f37 commit edd0e13
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,7 +1,7 @@
[package]
name = "elytra-ping"
description = "Easily ping and get the status of running Minecraft servers"
version = "5.0.0"
version = "5.1.0"
edition = "2021"
authors = ["doinkythederp"]
rust-version = "1.68"
Expand Down
2 changes: 1 addition & 1 deletion src/protocol/frame.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ pub enum Frame {
/// Controls what packets a server can receive
#[derive(Clone, Copy, Debug, PartialEq, Eq)]
#[deprecated(
since = "6.0.0",
since = "5.1.0",
note = "Elytra Ping as a SLP server is untested and not supported"
)]
pub enum ServerState {
Expand Down

0 comments on commit edd0e13

Please sign in to comment.