Skip to content

Commit

Permalink
nifty library: bump version to 0.9.1 and update release-notes.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Feb 13, 2019
1 parent 4adeb3b commit 255d938
Show file tree
Hide file tree
Showing 4 changed files with 11 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 {
jcommanderVersion = '1.74'
jme3utilitiesdebugVersion = '0.9.9'
jme3utilitiesheartVersion = '2.18.0'
jme3utilitiesniftyVersion = '0.9.0'
jme3utilitiesniftyVersion = '0.9.1'
jme3utilitiesuiVersion = '0.7.0'
jme3utilitiesxVersion = '0.2.8'
jmonkeyengineVersion = '3.2.2-stable'
Expand Down
4 changes: 2 additions & 2 deletions nifty/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ dependencies {
compile 'com.github.nifty-gui:nifty:1.4.2'
compile 'com.github.nifty-gui:nifty-default-controls:1.4.2'

//compile "jme3utilities:jme3-utilities-ui:$jme3utilitiesuiVersion"
compile project(':ui')
compile "jme3utilities:jme3-utilities-ui:$jme3utilitiesuiVersion"
//compile project(':ui')
}

task pom {
Expand Down
8 changes: 7 additions & 1 deletion nifty/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# release notes for the jme3-utilities-nifty library and related tests

## Version 0.9.1 released on 13 February 2019

+ Revert to version 1.4.2 of Nifty in an attempt to resolve some issues.
+ Add a `TestMultipleWindows` example app.
+ Correct the width of the "Bind" button in `BindScreen`.

## Version 0.9.0 released on 13 January 2019

+ Add a `PopupMenuBuilder` class based on the Maud's `MenuBuilder`.
Expand All @@ -9,7 +15,7 @@
+ Catch exceptions while loading XML.
+ Fix an `AssertionError` that occurred after selecting from the menu
in `TestBindScreen`.
+ Based on version 3.2.2-stable of jMonkeyEngine,
+ Base on version 3.2.2-stable of jMonkeyEngine,
version 2.18 of the jme3-utilities-heart library,
and version 0.7.0 of the jme3-utilities-ui library.

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.0+1";
return "master 0.9.1";
}
}

0 comments on commit 255d938

Please sign in to comment.