Skip to content

Commit

Permalink
nifty library: bump version to 0.6.1 and update release-notes.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Apr 27, 2017
1 parent c6cc6c9 commit ad6a4c6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion common.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ gradle.projectsEvaluated {
ext {
// version numbers for libraries
jcommanderVersion = '1.70'
jme3utilitiesniftyVersion = '0.6.0'
jme3utilitiesniftyVersion = '0.6.1'
jme3utilitiesuiVersion = '0.5.0'
jmonkeyengineVersion = '3.1.0-stable'
skycontrolVersion = '0.9.2'
Expand Down
5 changes: 5 additions & 0 deletions nifty/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# release notes for the jme3-utilities-nifty library and related tests

## Version 0.6.1 released TBD

Added informational dialog boxes and changed APIs, renaming showDialog() and
showPopup() methods.

## Version 0.6.0 released 15 April 2017

Added WindowController class and revamped APIs (especially GuiScreenController)
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.6.0+1";
return "master 0.6.1";
}
}

0 comments on commit ad6a4c6

Please sign in to comment.