Skip to content

Commit

Permalink
nifty library: bump version to 0.9.14 and update release-notes.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Apr 1, 2020
1 parent 5b172d4 commit 21a5d85
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion common.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ ext {
// current versions of various libraries
jcommanderVersion = '1.78'
heartVersion = '5.2.1'
jme3utilitiesniftyVersion = '0.9.13for33'
jme3utilitiesniftyVersion = '0.9.14'
jme3utilitiesuiVersion = '0.8.2'
jme3utilitiesxVersion = '0.2.19'
jmonkeyengineVersion = '3.3.0-stable'
Expand Down
4 changes: 2 additions & 2 deletions nifty/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ dependencies {
api 'com.github.nifty-gui:nifty:1.4.3'
api 'com.github.nifty-gui:nifty-default-controls:1.4.3'

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

build.dependsOn('pom')
Expand Down
9 changes: 8 additions & 1 deletion nifty/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
# release notes for the jme3-utilities-nifty library and related tests
# release log for the jme3-utilities-nifty library and related tests

## Version 0.9.14 released on TBD

+ Raise the log priorities of 3 warning messages in `GuiScreenController`.
+ Base on version 3.3.0-stable of jMonkeyEngine,
version 5.2.1 of the Heart Library,
and version 0.8.2 of the jme3-utilities-ui library.

## Version 0.9.13for33 released on 4 February 2020

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.13for33+1";
return "master 0.9.14";
}
}

0 comments on commit 21a5d85

Please sign in to comment.