Skip to content

Commit

Permalink
post-release fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Jan 12, 2024
1 parent 61e362f commit 86292f5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Complete source code (in Java) is provided under
3. Download and extract the Jme3-utilities source code from GitHub:
+ `git clone https://github.com/stephengold/jme3-utilities.git`
+ `cd jme3-utilities`
+ `git checkout -b latest x-0.3.2`
+ `git checkout -b latest nifty-0.9.36`
4. Run the [Gradle] wrapper:
+ using Bash or PowerShell or Zsh: `./gradlew build`
+ using Windows Command Prompt: `.\gradlew build`
Expand Down
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.8.0'

// current versions of libraries:
jme3utilitiesniftyVersion = '0.9.36'
jme3utilitiesniftyVersion = '0.9.37-SNAPSHOT'
jme3utilitiesxVersion = '0.3.3-SNAPSHOT'
jme3Version = '3.6.1-stable'
}
Expand Down
2 changes: 1 addition & 1 deletion nifty/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# release log for the jme3-utilities-nifty library and related tests

## Version 0.9.36 released on TBD
## 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
library, and version 1.1.1 of the Acorus library.
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.36";
return "master 0.9.37-SNAPSHOT";
}
}

0 comments on commit 86292f5

Please sign in to comment.