Skip to content

Commit

Permalink
heart library: bump version to 1.1.1 and update release-notes.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Jan 22, 2018
1 parent 7248b6b commit d9da0bb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion common.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ ext {
// current versions of the libraries
jcommanderVersion = '1.72'
jme3utilitiesdebugVersion = '0.8.4'
jme3utilitiesheartVersion = '1.1.0'
jme3utilitiesheartVersion = '1.1.1'
jme3utilitiesniftyVersion = '0.7.7'
jme3utilitiesuiVersion = '0.6.0for32'
jme3utilitieswesVersion = '0.3.0for32'
Expand Down
7 changes: 6 additions & 1 deletion 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 1.1.1 released on TBD

+ Added MyCamera.isFullWidth() method.
+ Target JME v3.2.1

## Version 1.1.0 released on 14 January 2018

+ Reduced the likelihood of MyCamera.listViewPorts() coming up empty
Expand All @@ -10,7 +15,7 @@

## Version 1.0.0for32 released on 5 December 2017

+ 1st release to target JME 3.2
+ 1st release to target JME v3.2
+ Forced MySpatial.findMinMaxCoords(Spatial) to use world coordinates
+ Renamed MySpatial.findObject() to findEnabledRbc()
+ Added isAllPositive() method to 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 @@ -208,7 +208,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: 1.1.0+1 $";
return "jme3-utilities jme3-utilities-heart master $Rev: 1.1.1 $";
}

/**
Expand Down

0 comments on commit d9da0bb

Please sign in to comment.