Skip to content

Commit

Permalink
Prepping for a 1.0.2 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
pspeed42 committed Nov 22, 2016
1 parent 2e3f366 commit c150ae0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ buildscript {
apply plugin: 'java'
apply plugin: 'maven'

version='1.0.2-SNAPSHOT'
version='1.0.2'
group='com.simsilica'

ext.jmeVersion = "3.1.0-alpha4"
Expand Down
3 changes: 2 additions & 1 deletion release-notes.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Version 1.0.2 (unreleased)
Version 1.0.2
--------------
* Modified TransitionBuffer to have a 'clamp' on getTransition()
that when 'true' will use the old behavior of returning the
Expand All @@ -10,6 +10,7 @@ Version 1.0.2 (unreleased)
version instead of letting it float. I think alpha4 is generally
the minimum accepted 3.1 version at this point.


Version 1.0.1
--------------
* Initial public release with maven artifacts

0 comments on commit c150ae0

Please sign in to comment.