Skip to content

Commit

Permalink
bump version to 0.3.12 and update release-notes.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Apr 16, 2019
1 parent 1d190fc commit d134ca2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions WesLibrary/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# release notes for the Wes library and related examples

## Version 0.3.11 released on 12 March 2019

+ Add method to apply a `Pose` to a `Skeleton`.
+ Add Oto and Puppet to the FlashMobDemo app.
+ Re-implement `Pose.preOrderIndices()`.
+ Base on version 2.25 of the jme3-utilities-heart library.
+ Target JME 3.2.3-stable .

## Version 0.3.11 released on 12 March 2019

Base on version 2.22 of the jme3-utilities-heart library.
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.3.11+1";
return "master 0.3.12";
}
}
2 changes: 1 addition & 1 deletion common.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ gradle.projectsEvaluated {
ext {
// current versions of the libraries
jmonkeyengineVersion = '3.2.3-stable'
wesVersion = '0.3.11'
wesVersion = '0.3.12'
}

repositories {
Expand Down

0 comments on commit d134ca2

Please sign in to comment.