Set version to 5.6.1-SNAPSHOT.

This commit is contained in:
sk89q 2014-04-01 13:06:06 -07:00
parent 21fca251fc
commit 0d550e169b
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
5.6.1
- Added support for Minecraft 1.7.5 on Bukkit.
- Added //flora command to place flora over grass.
- Fixed //forest accepting the wrong arguments.
5.6
- Added //forest that generates a forest in a selection.
- Added -s flag to //paste to select the pasted area.

View File

@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.sk89q</groupId>
<artifactId>worldedit</artifactId>
<version>5.7-SNAPSHOT</version>
<version>5.6.1-SNAPSHOT</version>
<packaging>jar</packaging>
<!-- Project information -->