Skip to content

Commit

Permalink
bump version to 0.4.2 and update release-notes.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Jul 27, 2019
1 parent 1ebafce commit b416ff9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions WesLibrary/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# release notes for the Wes library and related examples

## Version 0.4.2 released on 26 July 2019

Base on version 2.30 of the jme3-utilities-heart library.

## Version 0.4.1 released on 7 June 2019

+ Turn on Java 7 compatibility by default.
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.1+1";
return "master 0.4.2";
}
}
2 changes: 1 addition & 1 deletion common.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ gradle.projectsEvaluated {
ext {
// current versions of the libraries
jmonkeyengineVersion = '3.2.4-stable'
wesVersion = '0.4.1'
wesVersion = '0.4.2'
}

repositories {
Expand Down

0 comments on commit b416ff9

Please sign in to comment.