Skip to content

Commit

Permalink
bump library versions, to nifty-0.9.35 and x-0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Mar 24, 2023
1 parent bdd8c45 commit a9a58a6
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 6 deletions.
4 changes: 2 additions & 2 deletions common.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ ext {
heartCoordinates = 'com.github.stephengold:Heart:8.3.2'

// current versions of libraries:
jme3utilitiesniftyVersion = '0.9.34+for36'
jme3utilitiesxVersion = '0.3.2-SNAPSHOT'
jme3utilitiesniftyVersion = '0.9.35'
jme3utilitiesxVersion = '0.3.2'
jme3Version = '3.6.0-stable'
}

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

## Version 0.9.34+for36 released on TBD
## Version 0.9.35 released on TBD

Base on version 3.6.0-stable of JMonkeyEngine, version 8.3.2 of the Heart
library, and version 1.0.0 of the Acorus library.

## Version 0.9.34+for36 released on 3 March 2023

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.
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+for36";
return "master 0.9.35";
}
}
6 changes: 6 additions & 0 deletions x/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# release log for the jme3-utilities-x library and related tests

## Version 0.3.2 released on TBD

+ Finalized the `NavDebug` class. (API change)
+ Targeted version 3.6.0-stable of jMonkeyEngine.
+ Based on version 8.3.2 of the Heart Library.

## Version 0.3.1 released on 24 June 2022

+ Targeted version 3.5.2-stable of jMonkeyEngine.
Expand Down
4 changes: 2 additions & 2 deletions x/src/main/java/jme3utilities/x/XVersion.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 XVersion() {
* @return branch and revision (not null, not empty)
*/
public static String versionShort() {
return "master 0.3.2-SNAPSHOT";
return "master 0.3.2";
}
}

0 comments on commit a9a58a6

Please sign in to comment.