Skip to content

Commit

Permalink
nifty library: bump version to 0.6.0 and update release-notes.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Apr 15, 2017
1 parent 87e5f0b commit 87d9ad1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion common.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ gradle.projectsEvaluated {

ext {
jcommanderVersion = '1.68'
jme3utilitiesniftyVersion = '0.5.2'
jme3utilitiesniftyVersion = '0.6.0'
jme3utilitiesuiVersion = '0.5.0'
jmonkeyengineVersion = '3.1.0-stable'
skycontrolVersion = '0.9.2'
Expand Down
7 changes: 6 additions & 1 deletion nifty/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# release notes for the jme3-utilities-nifty library and related tests

## Version 0.5.2 released TBD
## Version 0.6.0 released TBD

Added WindowController class and revamped APIs (especially GuiScreenController)
making most methods public and non-static.

## Version 0.5.2 released 13 April 2017

Improved sizing of popup menus.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@ private LibraryVersion() {
* @return branch and revision (not null, not empty)
*/
public static String getVersionShort() {
return "master 0.5.2";
return "master 0.6.0";
}
}

0 comments on commit 87d9ad1

Please sign in to comment.