Skip to content

Commit

Permalink
nifty library: bump version to 0.6.2 and update release-notes.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed May 2, 2017
1 parent bab9142 commit e9c99c9
Show file tree
Hide file tree
Showing 3 changed files with 6 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.71'
jme3utilitiesniftyVersion = '0.6.1'
jme3utilitiesniftyVersion = '0.6.2'
jme3utilitiesuiVersion = '0.5.0'
jmonkeyengineVersion = '3.1.0-stable'
skycontrolVersion = '0.9.2'
Expand Down
4 changes: 4 additions & 0 deletions nifty/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# release notes for the jme3-utilities-nifty library and related tests

## Version 0.6.2 released TBD

Public access to updateSliderStatus() in GuiScreenController class.

## Version 0.6.1 released 27 April 2017

Added informational dialog boxes and changed APIs, renaming showDialog() and
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.1+1";
return "master 0.6.2";
}
}

0 comments on commit e9c99c9

Please sign in to comment.