Skip to content

Commit 034d172

Browse files
committed
Prepping for release.
1 parent 1b12b17 commit 034d172

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
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.6.0-SNAPSHOT'
17+
version='1.6.0'
1818
group='com.simsilica'
1919

2020
ext.jmeVersion = "3.3.0-stable"

release-notes.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Version 1.6.0 (unreleased)
1+
Version 1.6.0 (latest)
22
--------------
33
* Added a CubeSceneState for quickly adding a fully lit test scene to an application.
44
* Added a DefaultSceneProcessor which is basically an empty implementation of JME's
@@ -10,11 +10,11 @@ Version 1.6.0 (unreleased)
1010
simple and JME-friendly way.
1111
* Added some standard simple chat service classes for networked apps.
1212
* Added CompositeAppState.clearChildren()
13-
* Modified MovementState to handle null movement targets. The state will be
13+
* Modified MovementState to handle null movement targets. The state will be
1414
automatically enabled/disabled with non-null/null movement targets, respectively.
1515

1616

17-
Version 1.5.0 (latest)
17+
Version 1.5.0
1818
--------------
1919
* Added an initialize and terminate methods to MovementTarget for the MovementState to
2020
call when the target is set.

0 commit comments

Comments
 (0)