Skip to content

Commit 0b8970d

Browse files
committed
nifty library: bump version to 0.9.21 and update release-notes.md
1 parent 683009a commit 0b8970d

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

common.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ gradle.projectsEvaluated {
3131
ext {
3232
// current versions of various libraries
3333
heartVersion = '6.4.4'
34-
jme3utilitiesniftyVersion = '0.9.21-SNAPSHOT'
34+
jme3utilitiesniftyVersion = '0.9.21'
3535
jme3utilitiesuiVersion = '0.9.4'
3636
jme3utilitiesxVersion = '0.2.22-SNAPSHOT'
3737
jmonkeyengineVersion = '3.4.0-stable'

nifty/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ dependencies {
2323
api 'com.github.nifty-gui:nifty:1.4.3'
2424
api 'com.github.nifty-gui:nifty-default-controls:1.4.3'
2525

26-
//api 'com.github.stephengold:jme3-utilities-ui:' + jme3utilitiesuiVersion
27-
api project(':ui')
26+
api 'com.github.stephengold:jme3-utilities-ui:' + jme3utilitiesuiVersion
27+
// api project(':ui')
2828
}
2929

3030
// publishing tasks

nifty/release-notes.md

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

3+
## Version 0.9.21 released on TBD
4+
5+
Add the "dialog", "submenu", and "tool" icon textures, from Maud.
6+
37
## Version 0.9.20 released on 31 May 2021
48

59
Base on version 6.4.4 of the Heart Library and version 0.9.4 of

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

0 commit comments

Comments
 (0)