Skip to content

Commit 79f8d50

Browse files
committed
post-release fixup
1 parent bb3ff69 commit 79f8d50

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

ui/release-notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# release log for the jme3-utilities-ui library and related tests
22

3-
## Version 0.9.6 released on TBD
3+
## Version 0.9.6 released on 23 January 2022
44

55
+ Added the `AbstractDemo` class, a subclass of `ActionApplication`.
66
+ Targeted Java v8.

ui/src/main/java/jme3utilities/ui/UiVersion.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,6 @@ private UiVersion() {
6060
* @return branch and revision (not null, not empty)
6161
*/
6262
public static String versionShort() {
63-
return "master 0.9.6";
63+
return "master 0.9.7-SNAPSHOT";
6464
}
6565
}

x/release-notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# release log for the jme3-utilities-x library and related tests
22

3-
## Version 0.3.0 released on TBD
3+
## Version 0.3.0 released on 23 January 2022
44

55
+ Moved the `Population` class to the Heart Library.
66
+ Created a distinct logger for the `Shell3f` class.

x/src/main/java/jme3utilities/x/XVersion.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,6 @@ private XVersion() {
6060
* @return branch and revision (not null, not empty)
6161
*/
6262
public static String versionShort() {
63-
return "master 0.3.0";
63+
return "master 0.3.1-SNAPSHOT";
6464
}
6565
}

0 commit comments

Comments
 (0)