Skip to content

Commit

Permalink
bump version to 0.9.31+for34 and update release-notes.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Apr 25, 2021
1 parent 7497a69 commit cee1a52
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions SkyLibrary/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# release log for the SkyControl library and related software

## Version 0.9.31+for34 released on TBD

Notable changes:
+ target Java 8
+ base on version 6.4.3+for34 of the Heart Library and target JME 3.4.0-beta1

## Version 0.9.30 released on 9 February 2021

Notable changes:
Expand Down
2 changes: 1 addition & 1 deletion SkyLibrary/src/main/java/jme3utilities/sky/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,6 @@ private Constants() {
* @return branch and revision (not null, not empty)
*/
public static String versionShort() {
return "master 0.9.31-SNAPSHOT";
return "master 0.9.31+for34";
}
}
2 changes: 1 addition & 1 deletion common.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ ext {
jme3utilitiesniftyVersion = '0.9.19+for34'
jme3utilitiesuiVersion = '0.9.3+for34'
jmonkeyengineVersion = '3.4.0-beta1'
skycontrolVersion = '0.9.31+for33-SNAPSHOT'
skycontrolVersion = '0.9.31+for34'
}

repositories {
Expand Down

0 comments on commit cee1a52

Please sign in to comment.