Skip to content

Commit

Permalink
v5.54.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kiooeht committed Jan 30, 2024
1 parent 748a4fe commit 2131d61
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 @@ -1060,7 +1060,9 @@ This is a fast forward to v1.6.3 of daviscook477's fork with a few additional ch
* Fix magic number not resetting if a CardMod was applied once (herbix)
* Broke basegame cards like Halt

#### dev ####
#### v5.54.0 ####
* Make basegame start relic upgrades replace the correct relic (erasels/kiooeht)
* Make framebuffers nested (kiooeht)
* Fix whatmod tooltip in the wrong position on SCV and SRV (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.53.2</version>
<version>5.54.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.53.2</version>
<version>5.54.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.53.2</version>
<version>5.54.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down

0 comments on commit 2131d61

Please sign in to comment.