Skip to content

Commit

Permalink
bump version to 0.4.3for33 and update release-notes.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Oct 2, 2019
1 parent c63028b commit 42940f2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
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 notes for the Wes library and related examples

## Version 0.4.3for33 released on TBD

+ Add support for `Armature`, `AnimClip`, `AnimComposer`, and `Joint`.
+ Target JME 3.3.0-alpha5 .

## Version 0.4.3for32 released on 23 September 2019

+ Base on version 4.0 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.4.3for32+1";
return "master 0.4.3for33";
}
}

0 comments on commit 42940f2

Please sign in to comment.