Skip to content

Commit

Permalink
[ci skip] Update version to 3.1.2 and document command fix
Browse files Browse the repository at this point in the history
Bumped project version to 3.1.2 in build configuration. Added CHANGELOG entry for the fixed `/time set` command syntax issue.
  • Loading branch information
NonSwag committed Dec 18, 2024
1 parent 8187be8 commit b2e4e7c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
== v3.1.2

- **Fix /time set command**: Fixed /time set command syntax
== v3.1.1

- **Welcome message**: Added welcome message for new players
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.1"
version = "3.1.2"

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

0 comments on commit b2e4e7c

Please sign in to comment.