Skip to content

Commit

Permalink
Released v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamminf committed Apr 9, 2016
1 parent 1727833 commit 40e795a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## Changelog

#### v0.5.0
- `Added` Added support for the Relabel plugin

#### v0.4.0
- `Improved` Implemented transitions when adding/removing blocks
- `Improved` Group buttons now disable when all their child buttons are also disabled
Expand Down
2 changes: 1 addition & 1 deletion neo/NeoPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ function getDescription()

function getVersion()
{
return '0.4.0';
return '0.5.0';
}

public function getCraftMinimumVersion()
Expand Down

0 comments on commit 40e795a

Please sign in to comment.