Skip to content

Commit

Permalink
bump version to 0.6.7 and update release-notes.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Aug 22, 2021
1 parent eabfb0e commit b696642
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions WesLibrary/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# release log for the Wes library and related examples

## Version 0.6.7: released on TBD

+ Base on v7.0.0 of the Heart Library and v0.9.5 of jme3-utilities-ui.
+ Upgrade to Gradle v7.2 .

## Version 0.6.6: released on 1 June 2021

+ Handle null components in transform tracks.
Expand Down
2 changes: 1 addition & 1 deletion WesLibrary/src/main/java/jme3utilities/wes/WesVersion.java
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@ private WesVersion() {
* @return branch and revision (not null, not empty)
*/
public static String versionShort() {
return "master 0.6.7-SNAPSHOT";
return "master 0.6.7";
}
}
2 changes: 1 addition & 1 deletion common.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ gradle.projectsEvaluated {
ext {
// current versions of various libraries
jmonkeyengineVersion = '3.4.0-stable'
wesVersion = '0.6.7-SNAPSHOT'
wesVersion = '0.6.7'
}

repositories {
Expand Down

0 comments on commit b696642

Please sign in to comment.