Skip to content

Commit

Permalink
1.14.0
Browse files Browse the repository at this point in the history
Took 10 seconds
  • Loading branch information
kiranhart committed Jul 24, 2024
1 parent e07caea commit eb8cc7f
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@

<name>Spawners</name>
<description>The ultimate spawner plugin</description>
<version>1.13.0</version>
<version>1.14.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.23.0</flight.version>
<flight.version>3.24.0</flight.version>
<flight.path>ca.tweetzy</flight.path>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
Expand Down Expand Up @@ -68,6 +68,11 @@
<artifactId>flight</artifactId>
<version>${flight.version}</version>
</dependency>
<dependency>
<groupId>${flight.path}</groupId>
<artifactId>shops</artifactId>
<version>4.6.0</version>
</dependency>
<dependency>
<groupId>com.github.MilkBowl</groupId>
<artifactId>VaultAPI</artifactId>
Expand Down

0 comments on commit eb8cc7f

Please sign in to comment.