Skip to content

Commit aeba033

Browse files
committed
nifty: bump library version to 0.9.33
1 parent e63e20e commit aeba033

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
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:8.2.0'
1313

1414
// current versions of libraries:
15-
jme3utilitiesniftyVersion = '0.9.33-SNAPSHOT'
15+
jme3utilitiesniftyVersion = '0.9.33'
1616
jme3utilitiesxVersion = '0.3.2-SNAPSHOT'
1717
jme3Version = '3.5.2-stable'
1818
}

license.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
com.jme3 software packages Copyright (c) 2009-2023 jMonkeyEngine
2-
jme3utilities software packages Copyright (c) 2013-2022 Stephen Gold
2+
jme3utilities software packages Copyright (c) 2013-2023 Stephen Gold
33

44
All rights reserved.
55

nifty/release-notes.md

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

3+
## Version 0.9.33 released on TBD
4+
5+
Bugfix: JME issue 1891 (incorrect fullscreen layout with LWJGL v3)
6+
37
## Version 0.9.32 released on 12 December 2022
48

5-
+ Bugfix: menu items aren't properly ordered
9+
Bugfix: menu items aren't properly ordered
610

711
## Version 0.9.31 released on 21 November 2022
812

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-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 LibraryVersion() {
6060
* @return branch and revision (not null, not empty)
6161
*/
6262
public static String versionShort() {
63-
return "master 0.9.33-SNAPSHOT";
63+
return "master 0.9.33";
6464
}
6565
}

0 commit comments

Comments
 (0)