Skip to content

Commit

Permalink
v5.30.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kiooeht committed Feb 6, 2021
1 parent a201855 commit 4a41e5e
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 @@ -772,7 +772,9 @@ This is a fast forward to v1.6.3 of daviscook477's fork with a few additional ch
* New hooks for animation phases starting/ending
* More interpolations

#### dev ####
#### v5.30.1 ####
* Fix Console being openable while it's not enabled
* Fix CardModifier atEndOfTurn triggering at the end of monster turns (JohnnyDevo)
* Fix VFXBuilder to work with packed atlases

#### 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.30.0</version>
<version>5.30.1</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.30.0</version>
<version>5.30.1</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.30.0</version>
<version>5.30.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down

0 comments on commit 4a41e5e

Please sign in to comment.