Skip to content

Commit 068d21b

Browse files
committed
Prepping versions for release.
1 parent 7cb24fd commit 068d21b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ buildscript {
1414
apply plugin: 'java'
1515
apply plugin: 'maven'
1616

17-
version='1.3.1-SNAPSHOT'
17+
version='1.4.0'
1818
group='com.simsilica'
1919

2020
ext.jmeVersion = "3.1.0-stable"
@@ -61,7 +61,7 @@ dependencies {
6161
compile "org.jmonkeyengine:jme3-networking:$jmeVersion"
6262

6363
// 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"
6565

6666
// Base logging
6767
compile 'org.slf4j:slf4j-api:1.7.15'

release-notes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Version 1.3.1 (unreleased)
1+
Version 1.4.0 (latest)
22
--------------
33
* Fixed zone ID calculation for non-uniform grids. See PR #2.
44
* Modified ZoneManager to automatically send "no-change" updates for
@@ -13,7 +13,7 @@ Version 1.3.1 (unreleased)
1313
supported by the current grid settings.
1414

1515

16-
Version 1.3.0 (latest)
16+
Version 1.3.0
1717
--------------
1818
* Fixed a bug where the newer state messages would fail if the game hadn't
1919
already registered Vec3d as a serializable class.

0 commit comments

Comments
 (0)