Skip to content

Commit

Permalink
heart library: bump version to 2.9.0 and update release-notes.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Sep 12, 2018
1 parent f5f133e commit 9c6d5ae
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion common.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ext {
// current versions of the libraries
jcommanderVersion = '1.74'
jme3utilitiesdebugVersion = '0.9.1'
jme3utilitiesheartVersion = '2.8.0'
jme3utilitiesheartVersion = '2.9.0'
jme3utilitiesniftyVersion = '0.7.13'
jme3utilitiesuiVersion = '0.6.4'
jme3utilitiesxVersion = '0.2.4'
Expand Down
4 changes: 4 additions & 0 deletions heart/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# release notes for the jme3-utilities-heart library and related tests

## Version 2.9.0 released on TBD

+ Added createShadedMaterial() for solid colors to the MyAsset class

## Version 2.8.0 released on 3 September 2018

+ Added an isScaleUniform() method to the MyVector3f class
Expand Down
2 changes: 1 addition & 1 deletion heart/src/main/java/jme3utilities/Misc.java
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ public static FilterPostProcessor getFpp(ViewPort viewPort,
* @return project name, library name, branch, and revision
*/
public static String getVersion() {
return "jme3-utilities jme3-utilities-heart master $Rev: 2.8.0+1 $";
return "jme3-utilities jme3-utilities-heart master $Rev: 2.9.0 $";
}

/**
Expand Down

0 comments on commit 9c6d5ae

Please sign in to comment.