Skip to content
Merged

MC26 #116

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ deploy webhooks to print changelog successfully

That's all, matcher will stop when detects next line started with `###` match

### 5.1.4 Release (14.05.2026)
* Updated to MinigamesBox 1.4.6

### 5.1.3 Release
* Fixed startup issue on 1.21.9+ because of Heads not loading

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

<groupId>plugily.projects</groupId>
<artifactId>buildbattle</artifactId>
<version>5.1.3</version>
<version>5.1.3-SNAPSHOT1</version>
<name>BuildBattle</name>

<properties>
Expand Down Expand Up @@ -86,7 +86,7 @@
<dependency>
<groupId>plugily.projects</groupId>
<artifactId>MiniGamesBox-Classic</artifactId>
<version>1.4.5</version>
<version>1.4.6</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
Expand Down
Loading