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 10d63a4 commit 9b067eeCopy full SHA for 9b067ee
build.gradle
@@ -14,7 +14,7 @@ buildscript {
14
apply plugin: 'java'
15
apply plugin: 'maven'
16
17
-version='1.3.0'
+version='1.3.1-SNAPSHOT'
18
group='com.simsilica'
19
20
ext.jmeVersion = "3.1.0-stable"
release-notes.md
@@ -1,3 +1,7 @@
1
+Version 1.3.1 (unreleased)
2
+--------------
3
+* Fixed zone ID calculation for non-uniform grids. See PR #2.
4
+
5
Version 1.3.0 (latest)
6
--------------
7
* Fixed a bug where the newer state messages would fail if the game hadn't
0 commit comments