Skip to content

Commit c391e70

Browse files
committed
v5.3.5
1 parent 11306c5 commit c391e70

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,9 @@ This is a fast forward to v1.6.3 of daviscook477's fork with a few additional ch
491491
#### v5.3.4 ####
492492
* Fix startup crash if base character is fully (level 6) unlocked (kiooeht)
493493

494-
#### dev ####
494+
#### v5.3.5 ####
495495
* Fix PostEnergyRecharge hook (kiooeht)
496496
* Fix crash when toggling beta art on modded cards (kiooeht)
497497
* Fix crash if modded card is missing _p texture (kiooeht)
498+
499+
#### dev ####

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.4</version>
8+
<version>5.3.5</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.4</version>
9+
<version>5.3.5</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>11-15-2018</SlayTheSpire.version>
21+
<SlayTheSpire.version>12-06-2018</SlayTheSpire.version>
2222
<ModTheSpire.version>3.6.0</ModTheSpire.version>
2323
</properties>
2424

0 commit comments

Comments
 (0)