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 @@ -6,15 +6,15 @@ buildscript {
6
6
// This sucks down a lot of stuff that 'normal' users wouldn't
7
7
// have and won't need anyway.
8
8
if ( project. hasProperty(' releaseUser' ) ) {
9
- classpath ' com.jfrog.bintray.gradle:gradle-bintray-plugin:1.6 '
9
+ classpath ' com.jfrog.bintray.gradle:gradle-bintray-plugin:1.+ '
10
10
}
11
11
}
12
12
}
13
13
14
14
apply plugin : ' java'
15
15
apply plugin : ' maven'
16
16
17
- version= ' 1.3.0-SNAPSHOT '
17
+ version= ' 1.3.0'
18
18
group= ' com.simsilica'
19
19
20
20
ext. jmeVersion = " 3.1.0-stable"
@@ -55,7 +55,7 @@ dependencies {
55
55
compile " org.jmonkeyengine:jme3-networking:$jmeVersion "
56
56
57
57
// Uses SimMath for bit streaming utilities and transition buffers
58
- compile " com.simsilica:sim-math:1.2.0-SNAPSHOT "
58
+ compile " com.simsilica:sim-math:1.2.0"
59
59
60
60
// Base logging
61
61
compile ' org.slf4j:slf4j-api:1.7.15'
Original file line number Diff line number Diff line change 1
- Version 1.3.0 (unreleased )
1
+ Version 1.3.0 (latest )
2
2
--------------
3
3
* Fixed a bug where the newer state messages would fail if the game hadn't
4
4
already registered Vec3d as a serializable class.
You can’t perform that action at this time.
0 commit comments