Skip to content

Commit 7475557

Browse files
committed
Rolling version for a release.
1 parent 01a1d6a commit 7475557

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,10 @@ dependencies {
6464
compile "org.jmonkeyengine:jme3-core:$jmeVersion"
6565
compile "org.jmonkeyengine:jme3-networking:$jmeVersion"
6666

67-
compile "com.simsilica:lemur:1.11.0"
67+
compile "com.simsilica:lemur:1.12.0"
6868

69-
compile "com.simsilica:zay-es:1.3.0"
70-
compile "com.simsilica:zay-es-net:1.3.1"
69+
compile "com.simsilica:zay-es:1.3.1"
70+
compile "com.simsilica:zay-es-net:1.4.0"
7171

7272
compile 'org.codehaus.groovy:groovy-all:2.4.5'
7373

demos/bullet-char/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,12 @@ dependencies {
5555
runtime files('lib/stack-alloc.jar')
5656
}
5757

58-
compile "com.simsilica:lemur:1.11.0"
58+
compile "com.simsilica:lemur:1.12.0"
5959
compile "com.simsilica:lemur-proto:1.10.0"
60-
compile "com.simsilica:lemur-props:1.0.1"
60+
compile "com.simsilica:lemur-props:1.1.0"
6161
runtime 'org.codehaus.groovy:groovy-all:2.4.5'
6262

63-
compile "com.simsilica:sim-math:1.2.0"
63+
compile "com.simsilica:sim-math:1.3.0"
6464

6565
compile 'org.slf4j:slf4j-api:1.7.13'
6666
// Actual implementation behind slf4j

demos/bullet/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,11 @@ dependencies {
5555
runtime files('lib/stack-alloc.jar')
5656
}
5757

58-
compile "com.simsilica:lemur:1.9.1"
59-
compile "com.simsilica:lemur-proto:1.8.1"
58+
compile "com.simsilica:lemur:1.12.0"
59+
compile "com.simsilica:lemur-proto:1.10.0"
6060
runtime 'org.codehaus.groovy:groovy-all:2.4.5'
6161

62-
compile "com.simsilica:sim-math:1.2.0"
62+
compile "com.simsilica:sim-math:1.3.0"
6363

6464
compile 'org.slf4j:slf4j-api:1.7.13'
6565
// Actual implementation behind slf4j

extensions/bullet/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ dependencies {
2929
compile 'org.jmonkeyengine:jme3-bullet:3.2.1-stable'
3030
//compile "org.jmonkeyengine:jme3-jbullet:$jmeVersion"
3131

32-
compile "com.simsilica:zay-es:1.3.0"
33-
compile "com.simsilica:sim-math:1.2.0"
32+
compile "com.simsilica:zay-es:1.3.1"
33+
compile "com.simsilica:sim-math:1.3.0"
3434

3535
compile 'com.google.guava:guava:19.0'
3636
compile 'org.slf4j:slf4j-api:1.7.13'

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.0 (unreleased)
1+
Version 1.3.0 (latest)
22
--------------
33
* Upped the Zay-ES-net version to 1.3.1 to get the entity set filtering
44
bug fix.
@@ -9,7 +9,7 @@ Version 1.3.0 (unreleased)
99
* Added a MemoryDebugState utility that displays memory stats using the DebugHudState.
1010

1111

12-
Version 1.2.0 (latest)
12+
Version 1.2.0
1313
--------------
1414
* Fixed a SimTime initialization problem where the first tpf would be
1515
huge.

0 commit comments

Comments
 (0)