File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ buildscript {
14
14
apply plugin : ' java'
15
15
apply plugin : ' maven'
16
16
17
- version= ' 1.3.1-SNAPSHOT '
17
+ version= ' 1.4.0 '
18
18
group= ' com.simsilica'
19
19
20
20
ext. jmeVersion = " 3.1.0-stable"
@@ -61,7 +61,7 @@ dependencies {
61
61
compile " org.jmonkeyengine:jme3-networking:$jmeVersion "
62
62
63
63
// Uses SimMath for bit streaming utilities and transition buffers
64
- compile " com.simsilica:sim-math:1.2 .0"
64
+ compile " com.simsilica:sim-math:1.3 .0"
65
65
66
66
// Base logging
67
67
compile ' org.slf4j:slf4j-api:1.7.15'
Original file line number Diff line number Diff line change 1
- Version 1.3.1 (unreleased )
1
+ Version 1.4.0 (latest )
2
2
--------------
3
3
* Fixed zone ID calculation for non-uniform grids. See PR #2 .
4
4
* Modified ZoneManager to automatically send "no-change" updates for
@@ -13,7 +13,7 @@ Version 1.3.1 (unreleased)
13
13
supported by the current grid settings.
14
14
15
15
16
- Version 1.3.0 (latest)
16
+ Version 1.3.0
17
17
--------------
18
18
* Fixed a bug where the newer state messages would fail if the game hadn't
19
19
already registered Vec3d as a serializable class.
You can’t perform that action at this time.
0 commit comments