Skip to content

Commit

Permalink
bump library version to nifty-0.9.32
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Dec 13, 2022
1 parent e2d1c13 commit 48021c7
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 @@ -12,7 +12,7 @@ ext {
heartCoordinates = 'com.github.stephengold:Heart:8.2.0'

// current versions of libraries:
jme3utilitiesniftyVersion = '0.9.32-SNAPSHOT'
jme3utilitiesniftyVersion = '0.9.32'
jme3utilitiesxVersion = '0.3.2-SNAPSHOT'
jme3Version = '3.5.2-stable'
}
Expand Down
5 changes: 5 additions & 0 deletions nifty/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
# release log for the jme3-utilities-nifty library and related tests

## Version 0.9.32 released on TBD

+ Bugfix: menu items aren't properly sorted

## Version 0.9.31 released on 21 November 2022

+ Bugfix: `DsScreen` flicker when started in fullscreen mode.
+ Base on version 8.2.0 of the Heart library and version 0.9.17 of Acorus.

## Version 0.9.30 released on 24 June 2022

+ Re-implement `PopupMenuBuilder` using a `HashMap` instead of parallel lists.
+ Base on version 8.0.0 of the Heart library and version 0.9.16 of Acorus.
+ Add the "checkstyle" plugin to the build.

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 versionShort() {
return "master 0.9.32-SNAPSHOT";
return "master 0.9.32";
}
}

0 comments on commit 48021c7

Please sign in to comment.