Skip to content

Commit

Permalink
1.11 - 1.21.4 support
Browse files Browse the repository at this point in the history
Took 30 seconds
  • Loading branch information
kiranhart committed Dec 11, 2024
1 parent 6107c9c commit 208417e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions buildNumber.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#maven.buildNumber.plugin properties file
#Mon Nov 04 12:18:26 EST 2024
buildNumber=363
#Wed Dec 11 18:20:06 EST 2024
buildNumber=364
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@

<name>Funds</name>
<description>The ultimate custom currency plugin</description>
<version>1.10.0</version>
<version>1.11.0</version>
<packaging>jar</packaging>

<properties>
<author>Kiran Hart</author>
<jarName>${project.name}</jarName>
<main.class>${project.groupId}.${project.artifactId}.${project.name}</main.class>
<java.version>16</java.version>
<flight.version>3.28.0</flight.version>
<flight.version>3.29.0</flight.version>
<flight.path>ca.tweetzy</flight.path>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
Expand Down Expand Up @@ -60,7 +60,7 @@
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot</artifactId>
<version>1.20.4-R0.1-SNAPSHOT</version>
<version>1.21.4-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 208417e

Please sign in to comment.