Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
doinkythederp committed Mar 31, 2024
1 parent 66223d9 commit 364e186
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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 = "4.0.0"
version = "5.0.0"
edition = "2021"
authors = ["doinkythederp"]
rust-version = "1.68"
Expand Down
1 change: 1 addition & 0 deletions src/parse.rs
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ pub enum TextComponent {
}

#[derive(Debug, Serialize, Deserialize, Hash, Clone, PartialEq, Eq, Default)]
#[non_exhaustive]
pub struct FancyText {
#[serde(default)]
pub text: Option<String>,
Expand Down

0 comments on commit 364e186

Please sign in to comment.