Skip to content

Commit

Permalink
nifty: bump library version to 0.9.34+for36
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Mar 3, 2023
1 parent 7c21154 commit 8c7cb46
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 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.3.1+for36'

// current versions of libraries:
jme3utilitiesniftyVersion = '0.9.34-SNAPSHOT'
jme3utilitiesniftyVersion = '0.9.34+for36'
jme3utilitiesxVersion = '0.3.2-SNAPSHOT'
jme3Version = '3.6.0-beta3'
}
Expand Down
5 changes: 5 additions & 0 deletions nifty/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# release log for the jme3-utilities-nifty library and related tests

## Version 0.9.34+for36 released on TBD

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

## Version 0.9.33 released on 8 January 2023

Bugfix: JME issue 1891 (incorrect fullscreen layout with LWJGL v3)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@ private LibraryVersion() {
* @return branch and revision (not null, not empty)
*/
public static String versionShort() {
return "master 0.9.34-SNAPSHOT";
return "master 0.9.34+for36";
}
}

0 comments on commit 8c7cb46

Please sign in to comment.