Skip to content

Commit

Permalink
nifty library: bump version to 0.8.1 and update release-notes.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Sep 14, 2018
1 parent cac47d9 commit efe0856
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion common.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ext {
jcommanderVersion = '1.74'
jme3utilitiesdebugVersion = '0.9.2'
jme3utilitiesheartVersion = '2.9.0'
jme3utilitiesniftyVersion = '0.8.0'
jme3utilitiesniftyVersion = '0.8.1'
jme3utilitiesuiVersion = '0.6.4'
jme3utilitiesxVersion = '0.2.4'
jmonkeyengineVersion = '3.2.1-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
6 changes: 6 additions & 0 deletions 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.8.1 released on TBD

+ Allow modal dialog boxes to open popup menus
+ Replace PopScreenController.hasActiveDialog() with getActiveDialog()
(API change)

## Version 0.8.0 released on 13 September 2018

+ Improve the extensibility of dialog boxes. Formerly commit-action suffixes
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 getVersionShort() {
return "master 0.8.0+1";
return "master 0.8.1";
}
}

0 comments on commit efe0856

Please sign in to comment.