We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f16ad9 commit bb5bfbcCopy full SHA for bb5bfbc
2 files changed
build.gradle
@@ -6,7 +6,7 @@ plugins {
6
id 'sio2.published-library'
7
}
8
9
-version='1.7.0-SNAPSHOT'
+version='1.7.0'
10
group='com.simsilica'
11
12
ext.jmeVersion = "3.3.0-stable"
release-notes.md
@@ -1,4 +1,4 @@
1
-Version 1.7.0 (unreleased)
+Version 1.7.0 (latest)
2
--------------
3
* Fixed a bug in MovementState where disabled states would be auto-enabled if the
4
default camera initialization ran.
@@ -35,7 +35,7 @@ Version 1.7.0 (unreleased)
35
* Moved distribution to maven central.
36
37
38
-Version 1.6.0 (latest)
+Version 1.6.0
39
40
* Added a CubeSceneState for quickly adding a fully lit test scene to an application.
41
* Added a DefaultSceneProcessor which is basically an empty implementation of JME's
0 commit comments