Skip to content

Commit

Permalink
[ci skip] Bump version to 3.1.1
Browse files Browse the repository at this point in the history
Added welcome message for new players
Resolve placeholders like prefix and suffix in connection messages
  • Loading branch information
NonSwag committed Nov 17, 2024
1 parent 429724c commit 5f76c8d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
== v3.1.1

- **Welcome message**: Added welcome message for new players
- **Chat placeholders**: Resolve placeholders like prefix and suffix in connection messages
== v3.1.0

- **TikTok Server Link**: Added `tiktok` command and server link
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ plugins {
}

group = "net.thenextlvl.tweaks"
version = "3.1.0"
version = "3.1.1"

java {
toolchain.languageVersion = JavaLanguageVersion.of(21)
Expand Down

0 comments on commit 5f76c8d

Please sign in to comment.