Skip to content

Commit

Permalink
bump library version to nifty-0.9.37
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Feb 14, 2024
1 parent a9b55b6 commit eef88ce
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 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:9.0.0'

// current versions of libraries:
jme3utilitiesniftyVersion = '0.9.37-SNAPSHOT'
jme3utilitiesniftyVersion = '0.9.37'
jme3utilitiesxVersion = '0.3.3-SNAPSHOT'
jme3Version = '3.6.1-stable'
}
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.37 released on TBD

Base on version 9.0.0 of the Heart library and version 2.0.0
of the Acorus library.

## Version 0.9.36 released on 11 January 2024

Base on version 3.6.1-stable of JMonkeyEngine, version 8.8.0 of the Heart
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-2024, Stephen Gold
Copyright (c) 2017-2024 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.37-SNAPSHOT";
return "master 0.9.37";
}
}

0 comments on commit eef88ce

Please sign in to comment.