Skip to content

Commit

Permalink
ui library: bump version to 0.5.6 and update release-notes.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Aug 7, 2017
1 parent be54c45 commit 96a7738
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 @@ -21,7 +21,7 @@ ext {
jme3utilitiesdebugVersion = '0.7.3'
jme3utilitiesheartVersion = '0.9.15'
jme3utilitiesniftyVersion = '0.6.8'
jme3utilitiesuiVersion = '0.5.5'
jme3utilitiesuiVersion = '0.5.6'
jme3utilitiesxVersion = '0.2.1'
jmonkeyengineVersion = '3.1.0-stable'
skycontrolVersion = '0.9.5'
Expand Down
4 changes: 2 additions & 2 deletions ui/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ sourcesJar { baseName "${project.ext.baseName}" }
dependencies {
compile "org.jmonkeyengine:jme3-core:$jmonkeyengineVersion"

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

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

## Version 0.5.6 released TBD

+ Protected flycamNames from external modification.
+ Improved handling of filesystem exceptions.
+ Added several registration methods to the Locators class.

## Version 0.5.5 released on 16 July 2017

Publicize InputMode.activate() and InputMode.deactivate() so they can be
Expand Down
2 changes: 1 addition & 1 deletion ui/src/main/java/jme3utilities/ui/UiVersion.java
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@ private UiVersion() {
* @return branch and revision (not null, not empty)
*/
public static String getVersionShort() {
return "master 0.5.5+1";
return "master 0.5.6";
}
}

0 comments on commit 96a7738

Please sign in to comment.