Skip to content

Commit ea7833d

Browse files
committed
bump library versions, to nifty-0.9.30 and x-0.3.1
1 parent 7f5d272 commit ea7833d

File tree

5 files changed

+14
-5
lines changed

5 files changed

+14
-5
lines changed

common.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ ext {
1212
heartCoordinates = 'com.github.stephengold:Heart:8.0.0'
1313

1414
// current versions of libraries:
15-
jme3utilitiesniftyVersion = '0.9.30-SNAPSHOT'
16-
jme3utilitiesxVersion = '0.3.1-SNAPSHOT'
15+
jme3utilitiesniftyVersion = '0.9.30'
16+
jme3utilitiesxVersion = '0.3.1'
1717
jme3Version = '3.5.2-stable'
1818
}
1919

nifty/release-notes.md

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

3+
## Version 0.9.30 released on TBD
4+
5+
Base on version 8.0.0 of the Heart library, and version 0.9.16 of Acorus.
6+
37
## Version 0.9.29 released on 3 May 2022
48

59
+ Add 2 protected constructors to the `GuiApplication` class.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.30-SNAPSHOT";
63+
return "master 0.9.30";
6464
}
6565
}

x/release-notes.md

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

3+
## Version 0.3.1 released on TBD
4+
5+
+ Targeted version 3.5.2-stable of jMonkeyEngine.
6+
+ Based on version 8.0.0 of the Heart Library.
7+
38
## Version 0.3.0 released on 23 January 2022
49

510
+ Moved the `Population` class to the Heart Library.
@@ -10,7 +15,7 @@
1015

1116
## Version 0.2.22 released on 21 August 2021
1217

13-
+ Based on version 7.0.0 of the Heart Library.
18+
Based on version 7.0.0 of the Heart Library.
1419

1520
## Version 0.2.21 released on 31 May 2021
1621

x/src/main/java/jme3utilities/x/XVersion.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.1-SNAPSHOT";
63+
return "master 0.3.1";
6464
}
6565
}

0 commit comments

Comments
 (0)