Skip to content

Commit

Permalink
v5.34.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kiooeht committed Nov 24, 2021
1 parent 96578d3 commit 37f33bc
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 @@ -818,5 +818,7 @@ This is a fast forward to v1.6.3 of daviscook477's fork with a few additional ch
#### v5.34.1 ####
* Fix crash with custom mods being null

#### dev ####
#### v5.34.2 ####
* Fix card border glow crash in library (JohnnyDevo)

#### 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.34.1</version>
<version>5.34.2</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.34.1</version>
<version>5.34.2</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.34.1</version>
<version>5.34.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down

0 comments on commit 37f33bc

Please sign in to comment.