Skip to content

Commit

Permalink
4.1.0 - 1.20.6 support
Browse files Browse the repository at this point in the history
Took 1 minute
  • Loading branch information
kiranhart committed May 1, 2024
1 parent 9656821 commit 34bd6c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@

<name>Shops</name>
<description>Shops is the ultimate solution for server shops</description>
<version>4.0.0</version>
<version>4.1.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

0 comments on commit 34bd6c4

Please sign in to comment.