Skip to content

Commit eef88ce

Browse files
committed
bump library version to nifty-0.9.37
1 parent a9b55b6 commit eef88ce

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

common.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ext {
1212
heartCoordinates = 'com.github.stephengold:Heart:9.0.0'
1313

1414
// current versions of libraries:
15-
jme3utilitiesniftyVersion = '0.9.37-SNAPSHOT'
15+
jme3utilitiesniftyVersion = '0.9.37'
1616
jme3utilitiesxVersion = '0.3.3-SNAPSHOT'
1717
jme3Version = '3.6.1-stable'
1818
}

nifty/release-notes.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# release log for the jme3-utilities-nifty library and related tests
22

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+
38
## Version 0.9.36 released on 11 January 2024
49

510
Base on version 3.6.1-stable of JMonkeyEngine, version 8.8.0 of the Heart

nifty/src/main/java/jme3utilities/nifty/LibraryVersion.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright (c) 2017-2024, 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.37-SNAPSHOT";
63+
return "master 0.9.37";
6464
}
6565
}

0 commit comments

Comments
 (0)