Skip to content

Commit

Permalink
Bump Reversion to v1.0.28
Browse files Browse the repository at this point in the history
Changes:
  * Fix Item Break particle (Closes #38)
  * Only add custom item name if not already set (Closes #36)
  * Fix NPE in PlayerAction (Closes #42)
  * Fix NPE in InventoryTransactionHandler (Closes #43)
  • Loading branch information
bundabrg committed Feb 17, 2021
1 parent c6d09cf commit f1e2dcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<reversion.version>1.0.26</reversion.version>
<reversion.version>1.0.28</reversion.version>
</properties>

<build>
Expand Down

0 comments on commit f1e2dcb

Please sign in to comment.