File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed
src/main/java/jme3utilities/nifty Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments