Skip to content

Commit 4343e01

Browse files
committed
v5.3.3
1 parent 72c4846 commit 4343e01

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -484,6 +484,8 @@ This is a fast forward to v1.6.3 of daviscook477's fork with a few additional ch
484484
* Fix custom card tooltips going off the bottom of the screen (kiooeht)
485485
* Fix max HP change hook triggering on ANY creature changing max HP (kiooeht)
486486

487-
#### dev ####
487+
#### v5.3.3 ####
488488
* Fix Whatmod appearing on heart screen and in event combats (kiooeht)
489489
* Maybe fix unlock crash on victory with custom characters (kiooeht)
490+
491+
#### 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.2</version>
8+
<version>5.3.3</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

pom.xml

+1-1
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.2</version>
9+
<version>5.3.3</version>
1010
<modules>
1111
<module>mod</module>
1212
<module>testmod</module>

0 commit comments

Comments
 (0)