Skip to content

Commit

Permalink
ui library: bump version to 0.7.0 and update release-notes.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Jan 14, 2019
1 parent 4c21578 commit cd82725
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion common.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ ext {
jme3utilitiesdebugVersion = '0.9.9'
jme3utilitiesheartVersion = '2.18.0'
jme3utilitiesniftyVersion = '0.8.3'
jme3utilitiesuiVersion = '0.6.8'
jme3utilitiesuiVersion = '0.7.0'
jme3utilitiesxVersion = '0.2.8'
jmonkeyengineVersion = '3.2.2-stable'
skycontrolVersion = '0.9.15'
Expand Down
4 changes: 2 additions & 2 deletions ui/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ javadocJar { baseName project.ext.baseName }
sourcesJar { baseName project.ext.baseName }

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

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

## Version 0.7.0 released on TBD

+ Added a `DisplaySizeLimits` class.
+ Added a `DisplaySettings` class based on the one in Maud.

## Version 0.6.8 released on 9 January 2019

+ Added an `ActionApplication.getSettings()` method.
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 @@ -60,6 +60,6 @@ private UiVersion() {
* @return branch and revision (not null, not empty)
*/
public static String versionShort() {
return "master 0.6.8+1";
return "master 0.7.0";
}
}

0 comments on commit cd82725

Please sign in to comment.