Skip to content

Commit e1280a6

Browse files
committed
nifty library: bump version to 0.9.27 and update release-notes.md
1 parent 358d63b commit e1280a6

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

common.gradle

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

1313
// current versions of libraries:
14-
jme3utilitiesniftyVersion = '0.9.27-SNAPSHOT'
14+
jme3utilitiesniftyVersion = '0.9.27'
1515
jme3utilitiesxVersion = '0.3.1-SNAPSHOT'
1616
jme3Version = '3.5.0-stable'
1717
}

nifty/release-notes.md

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

3+
## Version 0.9.27 released on TBD
4+
5+
+ Manage radio buttons within tools.
6+
+ Add constructors for the `BasicScreenController`, `GuiAppState`,
7+
`GuiScreenController`, `GuiWindowController`, `PopScreenController`,
8+
and `WindowController` classes.
9+
+ Base on version 7.3.0 of the Heart library and version 0.9.9 of Acorus.
10+
311
## Version 0.9.26 released on 1 February 2022
412

513
Revert the API change to `GuiWindowController.onCheckBoxChanged()`.

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.27-SNAPSHOT";
63+
return "master 0.9.27";
6464
}
6565
}

0 commit comments

Comments
 (0)