Skip to content

Commit

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

// current versions of libraries:
jme3utilitiesniftyVersion = '0.9.31-SNAPSHOT'
jme3utilitiesniftyVersion = '0.9.31'
jme3utilitiesxVersion = '0.3.2-SNAPSHOT'
jme3Version = '3.5.2-stable'
}
Expand Down
7 changes: 6 additions & 1 deletion nifty/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
# release log for the jme3-utilities-nifty library and related tests

## Version 0.9.31 released on TBD

+ 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

+ Base on version 8.0.0 of the Heart library, and version 0.9.16 of Acorus.
+ Base on version 8.0.0 of the Heart library and version 0.9.16 of Acorus.
+ Add the "checkstyle" plugin to the build.

## Version 0.9.29 released on 3 May 2022
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.31-SNAPSHOT";
return "master 0.9.31";
}
}

0 comments on commit f52dbae

Please sign in to comment.