Skip to content

Commit a9a58a6

Browse files
committed
bump library versions, to nifty-0.9.35 and x-0.3.2
1 parent bdd8c45 commit a9a58a6

File tree

5 files changed

+17
-6
lines changed

5 files changed

+17
-6
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.3.2'
1313

1414
// current versions of libraries:
15-
jme3utilitiesniftyVersion = '0.9.34+for36'
16-
jme3utilitiesxVersion = '0.3.2-SNAPSHOT'
15+
jme3utilitiesniftyVersion = '0.9.35'
16+
jme3utilitiesxVersion = '0.3.2'
1717
jme3Version = '3.6.0-stable'
1818
}
1919

nifty/release-notes.md

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

3-
## Version 0.9.34+for36 released on TBD
3+
## Version 0.9.35 released on TBD
4+
5+
Base on version 3.6.0-stable of JMonkeyEngine, version 8.3.2 of the Heart
6+
library, and version 1.0.0 of the Acorus library.
7+
8+
## Version 0.9.34+for36 released on 3 March 2023
49

510
Base on version 3.6.0-beta3 of JMonkeyEngine, version 8.3.1+for36 of the Heart
611
library, and version 0.9.18+for36 of the Acorus library.

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.34+for36";
63+
return "master 0.9.35";
6464
}
6565
}

x/release-notes.md

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

3+
## Version 0.3.2 released on TBD
4+
5+
+ Finalized the `NavDebug` class. (API change)
6+
+ Targeted version 3.6.0-stable of jMonkeyEngine.
7+
+ Based on version 8.3.2 of the Heart Library.
8+
39
## Version 0.3.1 released on 24 June 2022
410

511
+ Targeted version 3.5.2-stable of jMonkeyEngine.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright (c) 2017-2022, Stephen Gold
2+
Copyright (c) 2017-2023, Stephen Gold
33
All rights reserved.
44
55
Redistribution and use in source and binary forms, with or without
@@ -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.2-SNAPSHOT";
63+
return "master 0.3.2";
6464
}
6565
}

0 commit comments

Comments
 (0)