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 5c23f37 commit 86a6916Copy full SHA for 86a6916
build.gradle
@@ -6,7 +6,7 @@ plugins {
6
id 'sim-ethereal.published-library'
7
}
8
9
-version='1.7.0-SNAPSHOT'
+version='1.7.0'
10
group='com.simsilica'
11
12
ext.jmeVersion = "3.1.0-stable"
release-notes.md
@@ -1,11 +1,11 @@
1
-Version 1.7.0 (unreleased)
+Version 1.7.0 (latest)
2
--------------
3
* fixed an ID comparison bug in some watchdog code
4
* Upgraded the build to use gradle 7.4.2
5
* Migrated publishing to maven central instead of jcenter
-Version 1.6.0 (latest)
+Version 1.6.0
* Added parent/child relationships between network shared objects.
* Fixed a bug in the assertion logic in BufferedHashSet's thread check.
0 commit comments