Skip to content

Commit 54394ca

Browse files
committed
Rolling versions for release.
1 parent 3e733f5 commit 54394ca

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
id 'sio2.published-library'
77
}
88

9-
version='1.8.0-SNAPSHOT'
9+
version='1.8.0'
1010
group='com.simsilica'
1111

1212
ext.jmeVersion = "3.3.0-stable"

release-notes.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Version 1.8.0 (unreleased)
1+
Version 1.8.0 (latest)
22
--------------
33
* Change the target version of the project to Java 8 to match the few
44
Java 8 classes that are used.
@@ -23,9 +23,11 @@ Version 1.8.0 (unreleased)
2323
* Changed the element ID for MessageState labels to be "console.message.label"
2424
instead of "message.label". The latter was too generic in styling and was
2525
often catching optionPanel.message.label as well.
26+
* Fixed BulletSystem collision listener iteration to use getArray() instead of
27+
creating an iterator every time. (thanks Ali-RS)
28+
2629

27-
28-
Version 1.7.0 (latest)
30+
Version 1.7.0
2931
--------------
3032
* Fixed a bug in MovementState where disabled states would be auto-enabled if the
3133
default camera initialization ran.

0 commit comments

Comments
 (0)