Skip to content

Commit

Permalink
bump version to 0.4.7for32 and update LICENSE and release-notes.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sgold committed Jan 5, 2020
1 parent a6506ce commit 06983db
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
com.jme3 software packages Copyright (c) 2009-2018 jMonkeyEngine
jme3utilities software packages Copyright (c) 2017-2019 Stephen Gold
jme3utilities software packages Copyright (c) 2017-2020 Stephen Gold

All rights reserved.

Expand Down
7 changes: 7 additions & 0 deletions WesLibrary/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# release notes for the Wes library and related examples

## Version 0.4.7for32 released on TBD

+ Add help nodes, anti-aliasing, and screenshots to the `FlashMobDemo`
and `ReverseAnimation` applications.
+ Base on version 4.3 of the jme3-utilities-heart library.
+ Upgrade to Gradle v6.0.1 .

## Version 0.4.5for32 released on 8 November 2019

Add tolerances to the `normalizeQuaternions()` methods.
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 "for_jME3.2 0.4.5for32+1";
return "for_jME3.2 0.4.7for32";
}
}
2 changes: 1 addition & 1 deletion common.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ gradle.projectsEvaluated {
ext {
// current versions of the libraries
jmonkeyengineVersion = '3.2.4-stable'
wesVersion = '0.4.6for32'
wesVersion = '0.4.7for32'
}

repositories {
Expand Down

0 comments on commit 06983db

Please sign in to comment.