File tree Expand file tree Collapse file tree 5 files changed +14
-5
lines changed
src/main/java/jme3utilities/nifty
src/main/java/jme3utilities/x Expand file tree Collapse file tree 5 files changed +14
-5
lines changed Original file line number Diff line number Diff line change 1212 heartCoordinates = ' com.github.stephengold:Heart:8.0.0'
1313
1414 // current versions of libraries:
15- jme3utilitiesniftyVersion = ' 0.9.30-SNAPSHOT '
16- jme3utilitiesxVersion = ' 0.3.1-SNAPSHOT '
15+ jme3utilitiesniftyVersion = ' 0.9.30'
16+ jme3utilitiesxVersion = ' 0.3.1'
1717 jme3Version = ' 3.5.2-stable'
1818}
1919
Original file line number Diff line number Diff line change 11# release log for the jme3-utilities-nifty library and related tests
22
3+ ## Version 0.9.30 released on TBD
4+
5+ Base on version 8.0.0 of the Heart library, and version 0.9.16 of Acorus.
6+
37## Version 0.9.29 released on 3 May 2022
48
59+ Add 2 protected constructors to the ` GuiApplication ` class.
Original file line number Diff line number Diff line change @@ -60,6 +60,6 @@ private LibraryVersion() {
6060 * @return branch and revision (not null, not empty)
6161 */
6262 public static String versionShort () {
63- return "master 0.9.30-SNAPSHOT " ;
63+ return "master 0.9.30" ;
6464 }
6565}
Original file line number Diff line number Diff line change 11# release log for the jme3-utilities-x library and related tests
22
3+ ## Version 0.3.1 released on TBD
4+
5+ + Targeted version 3.5.2-stable of jMonkeyEngine.
6+ + Based on version 8.0.0 of the Heart Library.
7+
38## Version 0.3.0 released on 23 January 2022
49
510 + Moved the ` Population ` class to the Heart Library.
1015
1116## Version 0.2.22 released on 21 August 2021
1217
13- + Based on version 7.0.0 of the Heart Library.
18+ Based on version 7.0.0 of the Heart Library.
1419
1520## Version 0.2.21 released on 31 May 2021
1621
Original file line number Diff line number Diff line change @@ -60,6 +60,6 @@ private XVersion() {
6060 * @return branch and revision (not null, not empty)
6161 */
6262 public static String versionShort () {
63- return "master 0.3.1-SNAPSHOT " ;
63+ return "master 0.3.1" ;
6464 }
6565}
You can’t perform that action at this time.
0 commit comments