Skip to content

Commit

Permalink
bump version to 0.5.1 and update release-notes.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sgold committed Aug 16, 2020
1 parent 4855678 commit 2bee82e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 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.5.1 released on TBD

+ Based on v6.0 of the Heart Library and v0.9.0 of jme3-utilities-ui.
+ Upgrade to Gradle v6.6 .

## Version 0.5.0 released on 22 May 2020

+ Added methods to better support the new animation system:
Expand Down
4 changes: 2 additions & 2 deletions WesLibrary/src/main/java/jme3utilities/wes/WesVersion.java
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@ private WesVersion() {
// new methods exposed

/**
* Read the terse version string for this library.
* Determine the terse version string for this library.
*
* @return branch and revision (not null, not empty)
*/
public static String versionShort() {
return "master 0.5.0-SNAPSHOT";
return "master 0.5.1";
}
}
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.3.2-stable'
wesVersion = '0.5.0'
wesVersion = '0.5.1'
}

repositories {
Expand Down

0 comments on commit 2bee82e

Please sign in to comment.