Skip to content

Commit

Permalink
nifty library: bump version to 0.7.1 and update release-notes.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Sep 20, 2017
1 parent d83f1f9 commit 60a9218
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion common.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ext {
jcommanderVersion = '1.72'
jme3utilitiesdebugVersion = '0.7.5'
jme3utilitiesheartVersion = '0.9.23'
jme3utilitiesniftyVersion = '0.7.0'
jme3utilitiesniftyVersion = '0.7.1'
jme3utilitiesuiVersion = '0.5.9'
jme3utilitieswesVersion = '0.2.3'
jme3utilitiesxVersion = '0.2.1'
Expand Down
8 changes: 7 additions & 1 deletion nifty/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
# release notes for the jme3-utilities-nifty library and related tests

## Version 0.7.1 released TBD

+ Use commas to join indices selected by a multi-select dialog box.
+ Remove test message from PopScreenController.showMultiSelectDialog().
+ Allow a dialog box to display another dialog box.

## Version 0.7.0 released 19 September 2017

+ Require a list or array to invoke PopScreenController.showPopupMenu().
+ Add multiSelect dialog box.
+ Add multi-select dialog box.
+ Standardized the BSD license texts.

## Version 0.6.10 released 5 September 2017
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@ private LibraryVersion() {
* @return branch and revision (not null, not empty)
*/
public static String getVersionShort() {
return "master 0.7.0+1";
return "master 0.7.1";
}
}

0 comments on commit 60a9218

Please sign in to comment.