We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e3f366 commit c150ae0Copy full SHA for c150ae0
2 files changed
build.gradle
@@ -14,7 +14,7 @@ buildscript {
14
apply plugin: 'java'
15
apply plugin: 'maven'
16
17
-version='1.0.2-SNAPSHOT'
+version='1.0.2'
18
group='com.simsilica'
19
20
ext.jmeVersion = "3.1.0-alpha4"
release-notes.md
@@ -1,4 +1,4 @@
1
-Version 1.0.2 (unreleased)
+Version 1.0.2
2
--------------
3
* Modified TransitionBuffer to have a 'clamp' on getTransition()
4
that when 'true' will use the old behavior of returning the
@@ -10,6 +10,7 @@ Version 1.0.2 (unreleased)
10
version instead of letting it float. I think alpha4 is generally
11
the minimum accepted 3.1 version at this point.
12
13
+
Version 1.0.1
* Initial public release with maven artifacts
0 commit comments