📝 Version

This commit is contained in:
Maxlego08 2024-03-09 11:51:37 +01:00
parent e51ab17cf7
commit c630799a97
3 changed files with 4 additions and 2 deletions

View File

@ -1,5 +1,7 @@
# Unreleased # Unreleased
# 3.0.4
- Add random command on koth win - Add random command on koth win
- Fix error with discord webhook on stop - Fix error with discord webhook on stop
- Fix problem with placeholder on koth spawn - Fix problem with placeholder on koth spawn

View File

@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>fr.maxlego08.koth</groupId> <groupId>fr.maxlego08.koth</groupId>
<artifactId>zKoth</artifactId> <artifactId>zKoth</artifactId>
<version>3.0.3</version> <version>3.0.4</version>
<build> <build>
<sourceDirectory>src</sourceDirectory> <sourceDirectory>src</sourceDirectory>
<resources> <resources>

View File

@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>fr.maxlego08.koth</groupId> <groupId>fr.maxlego08.koth</groupId>
<artifactId>zKoth</artifactId> <artifactId>zKoth</artifactId>
<version>3.0.3</version> <version>3.0.4</version>
<properties> <properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>8</maven.compiler.source> <maven.compiler.source>8</maven.compiler.source>