Skip to content

Commit

Permalink
bump version to 0.4.8for32 and update release-notes.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sgold committed Feb 7, 2020
1 parent 41d68f1 commit 6e66568
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,5 +1,11 @@
# release notes for the Wes library and related examples

## Version 0.4.8for32 released on TBD

+ Change the Maven groupId to "com.github.stephengold" .
+ Base on version 5.0 of the Heart library.
+ Upgrade to Gradle v6.1.1 .

## Version 0.4.7for32 released on 4 January 2020

+ Add help nodes, anti-aliasing, and screenshots to the `FlashMobDemo`
Expand Down Expand Up @@ -131,4 +137,4 @@ Base on heart library v2.0 to make this library physics-independent.

## Version 0.2.1 released on 4 September 2017

This was the initial baseline release.
This was the initial baseline release.
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 "for_jME3.2 0.4.7for32+1";
return "for_jME3.2 0.4.8for32";
}
}
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.2.4-stable'
wesVersion = '0.4.7for32'
wesVersion = '0.4.8for32'
}

repositories {
Expand Down

0 comments on commit 6e66568

Please sign in to comment.