File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
src/main/java/jme3utilities/ui
src/main/java/jme3utilities/x Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11# release log for the jme3-utilities-ui library and related tests
22
3- ## Version 0.9.6 released on TBD
3+ ## Version 0.9.6 released on 23 January 2022
44
55 + Added the ` AbstractDemo ` class, a subclass of ` ActionApplication ` .
66 + Targeted Java v8.
Original file line number Diff line number Diff line change @@ -60,6 +60,6 @@ private UiVersion() {
6060 * @return branch and revision (not null, not empty)
6161 */
6262 public static String versionShort () {
63- return "master 0.9.6 " ;
63+ return "master 0.9.7-SNAPSHOT " ;
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.0 released on TBD
3+ ## Version 0.3.0 released on 23 January 2022
44
55 + Moved the ` Population ` class to the Heart Library.
66 + Created a distinct logger for the ` Shell3f ` class.
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.0 " ;
63+ return "master 0.3.1-SNAPSHOT " ;
6464 }
6565}
You can’t perform that action at this time.
0 commit comments