mirror of
https://github.com/Maxlego08/zKoth.git
synced 2024-11-22 11:55:12 +01:00
📝 Version
This commit is contained in:
parent
628e4135cf
commit
759ce6bb66
@ -1,5 +1,7 @@
|
|||||||
# Unreleased
|
# Unreleased
|
||||||
|
|
||||||
|
# 3.0.3
|
||||||
|
|
||||||
- Fix NMS
|
- Fix NMS
|
||||||
- Fix ``/koth stop``
|
- Fix ``/koth stop``
|
||||||
- Create placeholder: ``%zkoth_capture_progress_bar%``
|
- Create placeholder: ``%zkoth_capture_progress_bar%``
|
||||||
|
@ -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.2</version>
|
<version>3.0.3</version>
|
||||||
<build>
|
<build>
|
||||||
<sourceDirectory>src</sourceDirectory>
|
<sourceDirectory>src</sourceDirectory>
|
||||||
<resources>
|
<resources>
|
||||||
|
2
pom.xml
2
pom.xml
@ -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.2</version>
|
<version>3.0.3</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>
|
||||||
|
Loading…
Reference in New Issue
Block a user