Skip to content

Commit

Permalink
Release 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanWolf committed May 25, 2018
1 parent 4d6e069 commit 29002b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

- Depends on Magic 7.5.3 or higher
- Maybe support for 1.13
- Fix server lag when generating leaderboards or showing leaderboard GUI

## 3.2

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@

<groupId>com.elmakers.mine.bukkit.plugins</groupId>
<artifactId>MagicArenas</artifactId>
<version>3.3-SNAPSHOT</version>
<version>3.3</version>

<name>Magic Arenas</name>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.version>1.8</java.version>
<magic.version>7.5.3-SNAPSHOT</magic.version>
<magic.version>7.5.3</magic.version>
<bukkit.version>1.12.2-R0.1-SNAPSHOT</bukkit.version>
</properties>

Expand Down

0 comments on commit 29002b2

Please sign in to comment.