Skip to content

Commit 208417e

Browse files
committed
1.11 - 1.21.4 support
Took 30 seconds
1 parent 6107c9c commit 208417e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

buildNumber.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#maven.buildNumber.plugin properties file
2-
#Mon Nov 04 12:18:26 EST 2024
3-
buildNumber=363
2+
#Wed Dec 11 18:20:06 EST 2024
3+
buildNumber=364

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@
88

99
<name>Funds</name>
1010
<description>The ultimate custom currency plugin</description>
11-
<version>1.10.0</version>
11+
<version>1.11.0</version>
1212
<packaging>jar</packaging>
1313

1414
<properties>
1515
<author>Kiran Hart</author>
1616
<jarName>${project.name}</jarName>
1717
<main.class>${project.groupId}.${project.artifactId}.${project.name}</main.class>
1818
<java.version>16</java.version>
19-
<flight.version>3.28.0</flight.version>
19+
<flight.version>3.29.0</flight.version>
2020
<flight.path>ca.tweetzy</flight.path>
2121
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2222
</properties>
@@ -60,7 +60,7 @@
6060
<dependency>
6161
<groupId>org.spigotmc</groupId>
6262
<artifactId>spigot</artifactId>
63-
<version>1.20.4-R0.1-SNAPSHOT</version>
63+
<version>1.21.4-R0.1-SNAPSHOT</version>
6464
<scope>provided</scope>
6565
</dependency>
6666
<dependency>

0 commit comments

Comments
 (0)