Skip to content

Commit

Permalink
v5.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kiooeht committed Jul 1, 2019
1 parent ed2b9d0 commit 62e0cd7
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -579,10 +579,12 @@ This is a fast forward to v1.6.3 of daviscook477's fork with a few additional ch
* Fix keyword tooltips to wrap if too long (bugsniper)
* Fix DamageAllEnemiesAction to stop crash if monsters change (Alchyr)

#### dev ####
#### v5.14.0 ####
* Support for Slay the Spire v1.1 (kiooeht)
* Fix energy tooltip rendering red orb under custom orb (kiooeht)
* Fix ClickableUIElement x render position not being calculated correctly (kobting)
* Custom GridCardSelectScreen that takes CardGroup and callback (alexdriedger)
* Fix to [REMOVE_SPACE] feature: commas, dots and similar should no longer go to the next line (JohnnyBazooka89)"
* Updated dev console code (Raz)

#### 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.13.0</version>
<version>5.14.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
6 changes: 3 additions & 3 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.13.0</version>
<version>5.14.0</version>
<modules>
<module>mod</module>
<module>testmod</module>
Expand All @@ -18,8 +18,8 @@
<properties>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<SlayTheSpire.version>01-23-2019</SlayTheSpire.version>
<ModTheSpire.version>3.10.0</ModTheSpire.version>
<SlayTheSpire.version>07-01-2019</SlayTheSpire.version>
<ModTheSpire.version>3.11.0</ModTheSpire.version>
</properties>

</project>
2 changes: 1 addition & 1 deletion testmod/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.13.0</version>
<version>5.14.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down

0 comments on commit 62e0cd7

Please sign in to comment.