Skip to content

Commit

Permalink
v5.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kiooeht committed Dec 26, 2018
1 parent cea0813 commit 23c2650
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -503,6 +503,8 @@ This is a fast forward to v1.6.3 of daviscook477's fork with a few additional ch
* Custom victory cutscenes for custom characters (kiooeht)
* Custom victory effects for custom characters (kiooeht)

#### dev ####
#### v5.5.0 ####
* Add OnPlayerLoseBlockSubscriber hook (JohnnyDevo)
* Added function to remove relics from custom characters' pools (Moocowsgomoo)

#### 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.4.0</version>
<version>5.5.0</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.4.0</version>
<version>5.5.0</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>12-13-2018</SlayTheSpire.version>
<SlayTheSpire.version>12-20-2018</SlayTheSpire.version>
<ModTheSpire.version>3.6.0</ModTheSpire.version>
</properties>

Expand Down
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.4.0</version>
<version>5.5.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down

0 comments on commit 23c2650

Please sign in to comment.