Skip to content

Commit

Permalink
nifty library: bump version to 0.9.22 and update release-notes.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Aug 22, 2021
1 parent 676c0f2 commit 6a22b83
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion common.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ gradle.projectsEvaluated {
ext {
// current versions of various libraries
heartVersion = '7.0.0'
jme3utilitiesniftyVersion = '0.9.21'
jme3utilitiesniftyVersion = '0.9.22'
jme3utilitiesuiVersion = '0.9.5'
jme3utilitiesxVersion = '0.2.23-SNAPSHOT'
jmonkeyengineVersion = '3.4.0-stable'
Expand Down
7 changes: 6 additions & 1 deletion nifty/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# release log for the jme3-utilities-nifty library and related tests

## Version 0.9.21 released on TBD
## Version 0.9.22 released on TBD

Base on version 7.0.0 of the Heart Library and version 0.9.5 of
the jme3-utilities-ui library.

## Version 0.9.21 released on 1 July 2021

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@ private LibraryVersion() {
* @return branch and revision (not null, not empty)
*/
public static String versionShort() {
return "master 0.9.21";
return "master 0.9.22";
}
}

0 comments on commit 6a22b83

Please sign in to comment.