Skip to content

Commit f378c20

Browse files
committed
v5.4.0
1 parent eff2752 commit f378c20

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

mod/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>BaseMod-root</artifactId>
77
<groupId>basemod</groupId>
8-
<version>5.3.5</version>
8+
<version>5.4.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<modelVersion>4.0.0</modelVersion>
77
<groupId>basemod</groupId>
88
<artifactId>BaseMod-root</artifactId>
9-
<version>5.3.5</version>
9+
<version>5.4.0</version>
1010
<modules>
1111
<module>mod</module>
1212
<module>testmod</module>
@@ -18,7 +18,7 @@
1818
<properties>
1919
<maven.compiler.source>1.8</maven.compiler.source>
2020
<maven.compiler.target>1.8</maven.compiler.target>
21-
<SlayTheSpire.version>12-06-2018</SlayTheSpire.version>
21+
<SlayTheSpire.version>12-13-2018</SlayTheSpire.version>
2222
<ModTheSpire.version>3.6.0</ModTheSpire.version>
2323
</properties>
2424

testmod/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>BaseMod-root</artifactId>
77
<groupId>basemod</groupId>
8-
<version>5.3.2</version>
8+
<version>5.4.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

0 commit comments

Comments
 (0)