Skip to content

Commit

Permalink
v5.40.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kiooeht committed Apr 20, 2022
1 parent 77b82d2 commit 53b40dd
Show file tree
Hide file tree
Showing 4 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 @@ -857,9 +857,11 @@ This is a fast forward to v1.6.3 of daviscook477's fork with a few additional ch
* Add CardModifier support to WhatMod (kiooeht)
* Fix crash in ZHT with modded keywords (modargo)

#### dev ####
#### v5.40.0 ####
* Add option to disable BaseMod gameplay fixes, allowing a more vanilla experience (kiooeht)
* Automatically give orb slot
* Allow more than 5 combat rewards
* Add tooltip option to ModLabeledToggleButton (kiooeht)
* Remove Note For Yourself patch that is no longer necessary (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.39.0</version>
<version>5.40.0</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.39.0</version>
<version>5.40.0</version>
<modules>
<module>mod</module>
<module>testmod</module>
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.39.0</version>
<version>5.40.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down

0 comments on commit 53b40dd

Please sign in to comment.