Skip to content

Commit

Permalink
v5.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kiooeht committed Nov 27, 2018
1 parent af1679d commit d26fe8a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -488,5 +488,7 @@ This is a fast forward to v1.6.3 of daviscook477's fork with a few additional ch
* Fix Whatmod appearing on heart screen and in event combats (kiooeht)
* Maybe fix unlock crash on victory with custom characters (kiooeht)

#### dev ####
#### v5.3.4 ####
* Fix startup crash if base character is fully (level 6) unlocked (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.3</version>
<version>5.3.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion 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.3</version>
<version>5.3.4</version>
<modules>
<module>mod</module>
<module>testmod</module>
Expand Down

0 comments on commit d26fe8a

Please sign in to comment.