Skip to content

Commit

Permalink
v5.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
kiooeht committed Dec 9, 2018
1 parent 11306c5 commit c391e70
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,9 @@ This is a fast forward to v1.6.3 of daviscook477's fork with a few additional ch
#### v5.3.4 ####
* Fix startup crash if base character is fully (level 6) unlocked (kiooeht)

#### dev ####
#### v5.3.5 ####
* Fix PostEnergyRecharge hook (kiooeht)
* Fix crash when toggling beta art on modded cards (kiooeht)
* Fix crash if modded card is missing _p texture (kiooeht)

#### dev ####
2 changes: 1 addition & 1 deletion mod/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>BaseMod-root</artifactId>
<groupId>basemod</groupId>
<version>5.3.4</version>
<version>5.3.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>basemod</groupId>
<artifactId>BaseMod-root</artifactId>
<version>5.3.4</version>
<version>5.3.5</version>
<modules>
<module>mod</module>
<module>testmod</module>
Expand All @@ -18,7 +18,7 @@
<properties>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<SlayTheSpire.version>11-15-2018</SlayTheSpire.version>
<SlayTheSpire.version>12-06-2018</SlayTheSpire.version>
<ModTheSpire.version>3.6.0</ModTheSpire.version>
</properties>

Expand Down

0 comments on commit c391e70

Please sign in to comment.