Skip to content

Commit

Permalink
nifty library: bump version to 0.6.9 and update release-notes.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Sep 3, 2017
1 parent 402bd86 commit ca3a096
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 6 deletions.
2 changes: 1 addition & 1 deletion common.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ext {
jcommanderVersion = '1.72'
jme3utilitiesdebugVersion = '0.7.4'
jme3utilitiesheartVersion = '0.9.19'
jme3utilitiesniftyVersion = '0.6.8'
jme3utilitiesniftyVersion = '0.6.9'
jme3utilitiesuiVersion = '0.5.8'
jme3utilitiesxVersion = '0.2.1'
jmonkeyengineVersion = '3.1.0-stable'
Expand Down
8 changes: 4 additions & 4 deletions nifty/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ dependencies {
compile "org.jmonkeyengine:jme3-core:$jmonkeyengineVersion"
compile "org.jmonkeyengine:jme3-niftygui:$jmonkeyengineVersion"

//compile "jme3utilities:jme3-utilities-heart:$jme3utilitiesheartVersion"
compile project(':heart')
compile "jme3utilities:jme3-utilities-heart:$jme3utilitiesheartVersion"
//compile project(':heart')

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

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

## Version 0.6.9 released on TBD

+ Added 2 more dialog controllers: LongDialog and TextEntryDialog.
+ Widened text-entry dialog boxes by 100 pixels.
+ In popup menus, use the main "0" key to select the 10th item.
+ Reduced display darkening for popup menus, from 50% to 37%.

## Version 0.6.8 released on 16 July 2017

+ Use wrap="true" for labels in dialog boxes and infoboxes.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@ private LibraryVersion() {
* @return branch and revision (not null, not empty)
*/
public static String getVersionShort() {
return "master 0.6.8+1";
return "master 0.6.9";
}
}

0 comments on commit ca3a096

Please sign in to comment.