Skip to content

Commit c150ae0

Browse files
committed
Prepping for a 1.0.2 release.
1 parent 2e3f366 commit c150ae0

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

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.0.2-SNAPSHOT'
17+
version='1.0.2'
1818
group='com.simsilica'
1919

2020
ext.jmeVersion = "3.1.0-alpha4"

release-notes.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Version 1.0.2 (unreleased)
1+
Version 1.0.2
22
--------------
33
* Modified TransitionBuffer to have a 'clamp' on getTransition()
44
that when 'true' will use the old behavior of returning the
@@ -10,6 +10,7 @@ Version 1.0.2 (unreleased)
1010
version instead of letting it float. I think alpha4 is generally
1111
the minimum accepted 3.1 version at this point.
1212

13+
1314
Version 1.0.1
1415
--------------
1516
* Initial public release with maven artifacts

0 commit comments

Comments
 (0)