We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5b22ea commit ed1dc60Copy full SHA for ed1dc60
build.gradle
@@ -6,7 +6,7 @@ plugins {
6
id 'sim-ethereal.published-library'
7
}
8
9
-version='1.8.0-SNAPSHOT'
+version='1.8.0'
10
group='com.simsilica'
11
12
ext.jmeVersion = "3.1.0-stable"
release-notes.md
@@ -1,4 +1,4 @@
1
-Version 1.8.0 (unreleased)
+Version 1.8.0 (latest)
2
--------------
3
* fixed ObjectStateMessages to actually be UDP.
4
* fixed a bug in how the ping time was calculated by modifying
@@ -14,7 +14,7 @@ Version 1.8.0 (unreleased)
14
for any apps implementing their own StateListener.
15
16
17
-Version 1.7.0 (latest)
+Version 1.7.0
18
19
* fixed an ID comparison bug in some watchdog code
20
* Upgraded the build to use gradle 7.4.2
0 commit comments