Skip to content

Commit 10afd1a

Browse files
committed
prepare for v0.8.5
1 parent 6c38f0b commit 10afd1a

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

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

55
## [Unreleased]
66

7+
## [0.8.5]
8+
9+
### Fixed
10+
11+
- SetActorAttrAction: multiply position by scale
12+
- Check because the ActionCallbackQueue can call to setCurrentScene()
13+
714
## [0.8.4]
815

916
### Fixed

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.4
1+
version=0.8.5
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.4'
5+
version = '0.8.5'
66

77
ext {
88
gdxVersion = '1.6.0'

0 commit comments

Comments
 (0)