File tree Expand file tree Collapse file tree 4 files changed +9
-4
lines changed
src/main/java/jme3utilities/nifty Expand file tree Collapse file tree 4 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 1212 heartCoordinates = ' com.github.stephengold:Heart:8.8.0'
1313
1414 // current versions of libraries:
15- jme3utilitiesniftyVersion = ' 0.9.36-SNAPSHOT '
15+ jme3utilitiesniftyVersion = ' 0.9.36'
1616 jme3utilitiesxVersion = ' 0.3.3-SNAPSHOT'
1717 jme3Version = ' 3.6.1-stable'
1818}
Original file line number Diff line number Diff line change 11com.jme3 software packages Copyright (c) 2009-2023 jMonkeyEngine
2- jme3utilities software packages Copyright (c) 2013-2023 Stephen Gold
2+ jme3utilities software packages Copyright (c) 2013-2024 Stephen Gold
33
44All rights reserved.
55
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.36 released on TBD
4+
5+ Base on version 3.6.1-stable of JMonkeyEngine, version 8.8.0 of the Heart
6+ library, and version 1.1.1 of the Acorus library.
7+
38## Version 0.9.35 released on 23 March 2023
49
510Base on version 3.6.0-stable of JMonkeyEngine, version 8.3.2 of the Heart
Original file line number Diff line number Diff line change 11/*
2- Copyright (c) 2017-2023 , Stephen Gold
2+ Copyright (c) 2017-2024 , Stephen Gold
33 All rights reserved.
44
55 Redistribution and use in source and binary forms, with or without
@@ -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.36-SNAPSHOT " ;
63+ return "master 0.9.36" ;
6464 }
6565}
You can’t perform that action at this time.
0 commit comments