Skip to content

Commit

Permalink
bump version to 0.7.3 and update release-notes.md and README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Mar 9, 2019
1 parent 8566c45 commit 41e6206
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions MinieLibrary/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# release notes for the Minie library and related examples

## Version 0.7.3 released on TBD

Fixed a bug where `HullCollisionShape.copyHullVertices()` didn't fill the
`result` array.

## Version 0.7.2 released on 9 March 2019

Important changes to the library:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@ private MinieVersion() {
* @return branch and revision (not null, not empty)
*/
public static String versionShort() {
return "master 0.7.2+1";
return "master 0.7.3";
}
}
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -239,15 +239,15 @@ repository location:
jcenter()
}
dependencies {
compile 'jme3utilities:Minie:0.7.2'
compile 'jme3utilities:Minie:0.7.3'
}

#### For Ant projects

For project built using Ant, download the 3 non-standard
For projects built using Ant, download the 3 non-standard
libraries from GitHub:

+ https://github.com/stephengold/Minie/releases/tag/0.7.2
+ https://github.com/stephengold/Minie/releases/tag/0.7.3
+ https://github.com/stephengold/jme3-utilities/releases/tag/heart-2.20.0
+ https://github.com/stephengold/jme3-utilities/releases/tag/debug-0.9.11

Expand Down
2 changes: 1 addition & 1 deletion common.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ gradle.projectsEvaluated {
ext {
// current versions of libraries
jmonkeyengineVersion = '3.2.2-stable'
minieVersion = '0.7.2'
minieVersion = '0.7.3'
}

repositories {
Expand Down

0 comments on commit 41e6206

Please sign in to comment.