Skip to content

Commit

Permalink
1.8.0 - 1.20.6 support
Browse files Browse the repository at this point in the history
Took 2 minutes
  • Loading branch information
kiranhart committed May 1, 2024
1 parent c514649 commit d359a82
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
#Wed Jan 17 15:41:02 EST 2024
buildNumber=338
#Wed May 01 11:12:55 EDT 2024
buildNumber=346
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.7.0</version>
<version>1.8.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.18.0</flight.version>
<flight.version>3.19.0</flight.version>
<flight.path>ca.tweetzy</flight.path>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
Expand Down Expand Up @@ -83,7 +83,7 @@
<dependency>
<groupId>me.clip</groupId>
<artifactId>placeholderapi</artifactId>
<version>2.11.1</version>
<version>2.11.5</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit d359a82

Please sign in to comment.