File tree Expand file tree Collapse file tree 5 files changed +17
-6
lines changed
src/main/java/jme3utilities/nifty
src/main/java/jme3utilities/x Expand file tree Collapse file tree 5 files changed +17
-6
lines changed Original file line number Diff line number Diff line change 1212 heartCoordinates = ' com.github.stephengold:Heart:8.3.2'
1313
1414 // current versions of libraries:
15- jme3utilitiesniftyVersion = ' 0.9.34+for36 '
16- jme3utilitiesxVersion = ' 0.3.2-SNAPSHOT '
15+ jme3utilitiesniftyVersion = ' 0.9.35 '
16+ jme3utilitiesxVersion = ' 0.3.2'
1717 jme3Version = ' 3.6.0-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.34+for36 released on TBD
3+ ## Version 0.9.35 released on TBD
4+
5+ Base on version 3.6.0-stable of JMonkeyEngine, version 8.3.2 of the Heart
6+ library, and version 1.0.0 of the Acorus library.
7+
8+ ## Version 0.9.34+for36 released on 3 March 2023
49
510Base on version 3.6.0-beta3 of JMonkeyEngine, version 8.3.1+for36 of the Heart
611library, and version 0.9.18+for36 of the Acorus library.
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.34+for36 " ;
63+ return "master 0.9.35 " ;
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.2 released on TBD
4+
5+ + Finalized the ` NavDebug ` class. (API change)
6+ + Targeted version 3.6.0-stable of jMonkeyEngine.
7+ + Based on version 8.3.2 of the Heart Library.
8+
39## Version 0.3.1 released on 24 June 2022
410
511+ Targeted version 3.5.2-stable of jMonkeyEngine.
Original file line number Diff line number Diff line change 11/*
2- Copyright (c) 2017-2022 , Stephen Gold
2+ Copyright (c) 2017-2023 , Stephen Gold
33 All rights reserved.
44
55 Redistribution and use in source and binary forms, with or without
@@ -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.2-SNAPSHOT " ;
63+ return "master 0.3.2" ;
6464 }
6565}
You can’t perform that action at this time.
0 commit comments