Skip to content

Commit

Permalink
v5.34.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kiooeht committed Oct 29, 2021
1 parent 7e10103 commit ff4f423
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 @@ -811,6 +811,8 @@ This is a fast forward to v1.6.3 of daviscook477's fork with a few additional ch
#### v5.33.1 ####
* Fix scrolling tooltips on ultrawide resolutions (kiooeht)

#### dev ####
#### v5.34.0 ####
* Fix custom mode mods sometime persisting between runs (JohnnyDevo)
* Console command for manipulating variables (Alchyr)

#### 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.33.1</version>
<version>5.34.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.33.1</version>
<version>5.34.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.33.1</version>
<version>5.34.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down

0 comments on commit ff4f423

Please sign in to comment.