Skip to content

Commit

Permalink
bump SkyControl library version to 0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed May 5, 2017
1 parent 2249fb0 commit 4135fff
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions SkyControl/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# release notes for the SkyControl library and related tests

## Version 0.9.3 released on TBD

Notable changes:
+ added utility methods
+ use latest jCommander in tests
+ exclude assets from sources JAR

## Version 0.9.2 released on 9 April 2017

Notable changes:
Expand Down
2 changes: 1 addition & 1 deletion SkyControl/src/main/java/jme3utilities/Misc.java
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ public static String getUserPath(String fileName) {
* @return project name, library name, branch, and revision
*/
public static String getVersion() {
return "jme3-utilities SkyControl master $Rev: 0.9.2+3 $";
return "jme3-utilities SkyControl master $Rev: 0.9.3 $";
}

/**
Expand Down
2 changes: 1 addition & 1 deletion common.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ext {
jme3utilitiesniftyVersion = '0.6.2'
jme3utilitiesuiVersion = '0.5.0'
jmonkeyengineVersion = '3.1.0-stable'
skycontrolVersion = '0.9.2'
skycontrolVersion = '0.9.3'
}

repositories {
Expand Down

0 comments on commit 4135fff

Please sign in to comment.