Skip to content

Commit 6a22b83

Browse files
committed
nifty library: bump version to 0.9.22 and update release-notes.md
1 parent 676c0f2 commit 6a22b83

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
@@ -31,7 +31,7 @@ gradle.projectsEvaluated {
3131
ext {
3232
// current versions of various libraries
3333
heartVersion = '7.0.0'
34-
jme3utilitiesniftyVersion = '0.9.21'
34+
jme3utilitiesniftyVersion = '0.9.22'
3535
jme3utilitiesuiVersion = '0.9.5'
3636
jme3utilitiesxVersion = '0.2.23-SNAPSHOT'
3737
jmonkeyengineVersion = '3.4.0-stable'

nifty/release-notes.md

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

3-
## Version 0.9.21 released on TBD
3+
## Version 0.9.22 released on TBD
4+
5+
Base on version 7.0.0 of the Heart Library and version 0.9.5 of
6+
the jme3-utilities-ui library.
7+
8+
## Version 0.9.21 released on 1 July 2021
49

510
Add the "dialog", "submenu", and "tool" icon textures, from Maud.
611

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";
63+
return "master 0.9.22";
6464
}
6565
}

0 commit comments

Comments
 (0)