File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed
src/main/java/jme3utilities/nifty Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 12
12
heartCoordinates = ' com.github.stephengold:Heart:9.0.0'
13
13
14
14
// current versions of libraries:
15
- jme3utilitiesniftyVersion = ' 0.9.37-SNAPSHOT '
15
+ jme3utilitiesniftyVersion = ' 0.9.37'
16
16
jme3utilitiesxVersion = ' 0.3.3-SNAPSHOT'
17
17
jme3Version = ' 3.6.1-stable'
18
18
}
Original file line number Diff line number Diff line change 1
1
# release log for the jme3-utilities-nifty library and related tests
2
2
3
+ ## Version 0.9.37 released on TBD
4
+
5
+ Base on version 9.0.0 of the Heart library and version 2.0.0
6
+ of the Acorus library.
7
+
3
8
## Version 0.9.36 released on 11 January 2024
4
9
5
10
Base on version 3.6.1-stable of JMonkeyEngine, version 8.8.0 of the Heart
Original file line number Diff line number Diff line change 1
1
/*
2
- Copyright (c) 2017-2024, Stephen Gold
2
+ Copyright (c) 2017-2024 Stephen Gold
3
3
All rights reserved.
4
4
5
5
Redistribution and use in source and binary forms, with or without
@@ -60,6 +60,6 @@ private LibraryVersion() {
60
60
* @return branch and revision (not null, not empty)
61
61
*/
62
62
public static String versionShort () {
63
- return "master 0.9.37-SNAPSHOT " ;
63
+ return "master 0.9.37" ;
64
64
}
65
65
}
You can’t perform that action at this time.
0 commit comments