Skip to content

Commit

Permalink
nifty: bump library version to 0.9.33
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Jan 8, 2023
1 parent e63e20e commit aeba033
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion common.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ext {
heartCoordinates = 'com.github.stephengold:Heart:8.2.0'

// current versions of libraries:
jme3utilitiesniftyVersion = '0.9.33-SNAPSHOT'
jme3utilitiesniftyVersion = '0.9.33'
jme3utilitiesxVersion = '0.3.2-SNAPSHOT'
jme3Version = '3.5.2-stable'
}
Expand Down
2 changes: 1 addition & 1 deletion license.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
com.jme3 software packages Copyright (c) 2009-2023 jMonkeyEngine
jme3utilities software packages Copyright (c) 2013-2022 Stephen Gold
jme3utilities software packages Copyright (c) 2013-2023 Stephen Gold

All rights reserved.

Expand Down
6 changes: 5 additions & 1 deletion nifty/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# release log for the jme3-utilities-nifty library and related tests

## Version 0.9.33 released on TBD

Bugfix: JME issue 1891 (incorrect fullscreen layout with LWJGL v3)

## Version 0.9.32 released on 12 December 2022

+ Bugfix: menu items aren't properly ordered
Bugfix: menu items aren't properly ordered

## Version 0.9.31 released on 21 November 2022

Expand Down
4 changes: 2 additions & 2 deletions nifty/src/main/java/jme3utilities/nifty/LibraryVersion.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright (c) 2017-2022, Stephen Gold
Copyright (c) 2017-2023, Stephen Gold
All rights reserved.
Redistribution and use in source and binary forms, with or without
Expand Down Expand Up @@ -60,6 +60,6 @@ private LibraryVersion() {
* @return branch and revision (not null, not empty)
*/
public static String versionShort() {
return "master 0.9.33-SNAPSHOT";
return "master 0.9.33";
}
}

0 comments on commit aeba033

Please sign in to comment.