Skip to content

Commit b6335c7

Browse files
committed
Early Support for loading V7 savegames
1 parent 5e232df commit b6335c7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>qowyn.ark</groupId>
66
<artifactId>ark-tools</artifactId>
7-
<version>0.5.2</version>
7+
<version>0.5.3</version>
88
<packaging>jar</packaging>
99

1010
<name>ark-tools</name>
@@ -13,14 +13,14 @@
1313
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1414
<maven.compiler.target>1.8</maven.compiler.target>
1515
<maven.compiler.source>1.8</maven.compiler.source>
16-
<launch4j.version>0.5.2.0</launch4j.version>
16+
<launch4j.version>0.5.3.0</launch4j.version>
1717
</properties>
1818

1919
<dependencies>
2020
<dependency>
2121
<groupId>qowyn.ark</groupId>
2222
<artifactId>ark-savegame-toolkit</artifactId>
23-
<version>0.7.2</version>
23+
<version>0.7.3</version>
2424
</dependency>
2525

2626
<dependency>

0 commit comments

Comments
 (0)