Skip to content

Commit 0680b4a

Browse files
committed
📝 Version
1 parent fa6102b commit 0680b4a

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@
3333

3434
# Unreleased
3535

36+
# 1.0.2.4
37+
3638
- Added replacement of , by . for placeholders requirements. If your placeholder returns a number with a comma instead of a period, the plugin can handle that.
3739
- Added base64 MaterialLoader. Allows to load ItemStack with all the data it can contain.
3840
- Added cooldown on button click. The default cooldown will be 350ms.

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>fr.maxlego08</groupId>
55
<artifactId>zmenu</artifactId>
6-
<version>1.0.2.3</version>
6+
<version>1.0.2.4</version>
77
<properties>
88
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
99
<maven.compiler.source>8</maven.compiler.source>

src/main/resources/plugin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ authors: [ Maxlego08 ]
33
main: fr.maxlego08.menu.MenuPlugin
44
description: Inventory management plugin
55
website: https://groupez.dev/resources/zmenu.253
6-
version: 1.0.2.3
6+
version: 1.0.2.4
77
api-version: 1.13
88
contributors: [ mani1232, lijinhong11, Adreez, EnzoShoes ]
99
softdepend:

0 commit comments

Comments
 (0)