Skip to content

Commit 4d0c4b3

Browse files
committed
prepare for v0.8.8
1 parent 8da6dd6 commit 4d0c4b3

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,15 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44

55
## [Unreleased]
66

7+
## [0.8.8]
8+
9+
### Added
10+
- Interpolation support for position and scale actions
11+
712
### Fixed
813
- Compute BBox in renderer Refactor to allow recompute bbox when animation complete.
914
- Fix animationTime when reverse animation in SpineRenderer
15+
- Fix save/game screen slot size
1016

1117
## [0.8.7]
1218

adventure-composer/src/main/resources/versions.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version=0.8.7
1+
version=0.8.8
22
libgdxVersion=1.6.0
33
roboVMVersion=1.2.0
44
roboVMGradlePluginVersion=1.2.0

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ allprojects {
22
apply plugin: "eclipse"
33
apply plugin: "idea"
44

5-
version = '0.8.7'
5+
version = '0.8.8'
66

77
ext {
88
gdxVersion = '1.6.0'

0 commit comments

Comments
 (0)