Skip to content

Commit

Permalink
bump version to 0.4.1 and update release-notes.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Jun 8, 2019
1 parent 2b9cdbd commit 4689fbb
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion WesLibrary/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# release notes for the Wes library and related examples

## Version 0.4.0 released on 18 April 2018
## Version 0.4.1 released on TBD

+ Turn on Java 7 compatability by default.
+ Made the `gradlew` script executable.
+ Base on version 2.28.1 of the jme3-utilities-heart library.

## Version 0.4.0 released on 18 April 2019

+ Move 4 methods from `TrackEdit` to a new `AnimationEdit` class. (API change)
+ Add a new `reverseAnimation()` method to the `AnimationEdit` class.
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.4.0+1";
return "master 0.4.1";
}
}
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 the libraries
jmonkeyengineVersion = '3.2.3-stable'
wesVersion = '0.4.0'
wesVersion = '0.4.1'
}

repositories {
Expand Down

0 comments on commit 4689fbb

Please sign in to comment.