Skip to content

Commit f52dbae

Browse files
committed
bump library version to nifty-0.9.31
1 parent 26bba16 commit f52dbae

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

common.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ext {
1212
heartCoordinates = 'com.github.stephengold:Heart:8.2.0'
1313

1414
// current versions of libraries:
15-
jme3utilitiesniftyVersion = '0.9.31-SNAPSHOT'
15+
jme3utilitiesniftyVersion = '0.9.31'
1616
jme3utilitiesxVersion = '0.3.2-SNAPSHOT'
1717
jme3Version = '3.5.2-stable'
1818
}

nifty/release-notes.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
# release log for the jme3-utilities-nifty library and related tests
22

3+
## Version 0.9.31 released on TBD
4+
5+
+ Bugfix: `DsScreen` flicker when started in fullscreen mode.
6+
+ Base on version 8.2.0 of the Heart library and version 0.9.17 of Acorus.
7+
38
## Version 0.9.30 released on 24 June 2022
49

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

813
## Version 0.9.29 released on 3 May 2022

nifty/src/main/java/jme3utilities/nifty/LibraryVersion.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,6 @@ private LibraryVersion() {
6060
* @return branch and revision (not null, not empty)
6161
*/
6262
public static String versionShort() {
63-
return "master 0.9.31-SNAPSHOT";
63+
return "master 0.9.31";
6464
}
6565
}

0 commit comments

Comments
 (0)