Skip to content

Commit

Permalink
nifty library: bump version to 0.7.4 and update release-notes.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Dec 18, 2017
1 parent 92d1873 commit 0d22d40
Show file tree
Hide file tree
Showing 4 changed files with 11 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.8.2for32'
jme3utilitiesheartVersion = '1.0.0for32'
jme3utilitiesniftyVersion = '0.7.3for32'
jme3utilitiesniftyVersion = '0.7.4'
jme3utilitiesuiVersion = '0.6.0for32'
jme3utilitieswesVersion = '0.3.0for32'
jme3utilitiesxVersion = '0.2.2for32'
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
5 changes: 5 additions & 0 deletions nifty/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# release notes for the jme3-utilities-nifty library and related tests

## Version 0.7.4 released on TBD

+ Replace GuiScreenController.setButtonLabel() with setButtonText(), with
new semantics.

## Version 0.7.3for32 released on 5 December 2017

+ 1st release to target JME 3.2
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.7.3for32+1";
return "master 0.7.4";
}
}

0 comments on commit 0d22d40

Please sign in to comment.