Skip to content

Commit

Permalink
heart library: bump version to 2.6.1 and update release-notes.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Aug 21, 2018
1 parent 7d99848 commit a38d363
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 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 {
// current versions of the libraries
jcommanderVersion = '1.74'
jme3utilitiesdebugVersion = '0.8.10'
jme3utilitiesheartVersion = '2.6.0'
jme3utilitiesheartVersion = '2.6.1'
jme3utilitiesniftyVersion = '0.7.13'
jme3utilitiesuiVersion = '0.6.4'
jme3utilitiesxVersion = '0.2.4'
Expand Down
5 changes: 5 additions & 0 deletions heart/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# release notes for the jme3-utilities-heart library and related tests

## Version 2.6.1 released on TBD

+ Fixed errors in 3 material definitions
+ Added support for Byte, Character, and String in Misc.deepClone()

## Version 2.6.0 released on 17 August 2018

+ Added a deepClone() method to the Misc 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 @@ -250,7 +250,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.6.0+1 $";
return "jme3-utilities jme3-utilities-heart master $Rev: 2.6.1 $";
}

/**
Expand Down

0 comments on commit a38d363

Please sign in to comment.