Skip to content

Commit

Permalink
bump library versions, to nifty-0.9.30 and x-0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Jun 24, 2022
1 parent 7f5d272 commit ea7833d
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 5 deletions.
4 changes: 2 additions & 2 deletions common.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ ext {
heartCoordinates = 'com.github.stephengold:Heart:8.0.0'

// current versions of libraries:
jme3utilitiesniftyVersion = '0.9.30-SNAPSHOT'
jme3utilitiesxVersion = '0.3.1-SNAPSHOT'
jme3utilitiesniftyVersion = '0.9.30'
jme3utilitiesxVersion = '0.3.1'
jme3Version = '3.5.2-stable'
}

Expand Down
4 changes: 4 additions & 0 deletions nifty/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# release log for the jme3-utilities-nifty library and related tests

## Version 0.9.30 released on TBD

Base on version 8.0.0 of the Heart library, and version 0.9.16 of Acorus.

## Version 0.9.29 released on 3 May 2022

+ Add 2 protected constructors to the `GuiApplication` class.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@ private LibraryVersion() {
* @return branch and revision (not null, not empty)
*/
public static String versionShort() {
return "master 0.9.30-SNAPSHOT";
return "master 0.9.30";
}
}
7 changes: 6 additions & 1 deletion x/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# release log for the jme3-utilities-x library and related tests

## Version 0.3.1 released on TBD

+ Targeted version 3.5.2-stable of jMonkeyEngine.
+ Based on version 8.0.0 of the Heart Library.

## Version 0.3.0 released on 23 January 2022

+ Moved the `Population` class to the Heart Library.
Expand All @@ -10,7 +15,7 @@

## Version 0.2.22 released on 21 August 2021

+ Based on version 7.0.0 of the Heart Library.
Based on version 7.0.0 of the Heart Library.

## Version 0.2.21 released on 31 May 2021

Expand Down
2 changes: 1 addition & 1 deletion x/src/main/java/jme3utilities/x/XVersion.java
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@ private XVersion() {
* @return branch and revision (not null, not empty)
*/
public static String versionShort() {
return "master 0.3.1-SNAPSHOT";
return "master 0.3.1";
}
}

0 comments on commit ea7833d

Please sign in to comment.