Skip to content

Commit

Permalink
bump version to 0.6.4+for34 and update release-notes.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed May 25, 2021
1 parent d7546e3 commit efc84e4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions WesLibrary/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# release log for the Wes library and related examples

## Version 0.6.4+for34: released on TBD

+ Added a `simplify()` method with tolerance to the `TrackEdit` class.
+ Target JME version 3.4.0-beta4 .
+ Upgrade to Gradle v7.0.2 .

## Version 0.6.3+for34 released on 24 April 2021

+ Base on v6.4.3+for34 of the Heart Library
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.4+for34-SNAPSHOT";
return "master 0.6.4+for34";
}
}
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-beta4'
wesVersion = '0.6.4+for34-SNAPSHOT'
wesVersion = '0.6.4+for34'
}

repositories {
Expand Down

0 comments on commit efc84e4

Please sign in to comment.