Skip to content

Commit

Permalink
Support mc 1.16.4 and bump version to 3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasEi committed Nov 18, 2020
1 parent 817b759 commit faf8413
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 3.1.2
- support MC 1.16.4

## 3.1.1
- support MC 1.16

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<artifactId>gamebox</artifactId>
<name>GameBox</name>
<packaging>jar</packaging>
<version>3.1.1</version>
<version>3.1.2</version>
<description>Collection of inventory games</description>
<url>https://gamebox.nikl.me</url>

Expand Down Expand Up @@ -244,7 +244,7 @@
<dependency>
<groupId>me.nikl.nmsutilities</groupId>
<artifactId>nmsutilities</artifactId>
<version>1.4.1</version>
<version>1.4.2</version>
</dependency>
<!-- other stuff -->
<dependency>
Expand Down

0 comments on commit faf8413

Please sign in to comment.