Skip to content

Commit 3d869b3

Browse files
committed
prepare for v0.6.9 + update to libgdx 1.5.4
1 parent 60ecccd commit 3d869b3

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

55
## [Unreleased][unreleased]
6+
7+
## [0.6.9]
8+
- libgdx updated to v1.5.4
69
- Sprite Actor Scale support
710
- Added scene state handling
811
### Fixed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
version=0.6.7
2-
libgdxVersion=1.5.3
3-
roboVMVersion=1.0.0-beta-03
4-
roboVMGradlePluginVersion=1.0.0-beta-03
1+
version=0.6.9
2+
libgdxVersion=1.5.4
3+
roboVMVersion=1.0.0-beta-04
4+
roboVMGradlePluginVersion=1.0.0-beta-04
55
buildToolsVersion=20.0.0
66
androidAPILevel=20
77
androidGradlePluginVersion=1.0.0

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ allprojects {
22
apply plugin: "eclipse"
33
apply plugin: "idea"
44

5-
version = '0.6.8'
5+
version = '0.6.9'
66

77
ext {
8-
gdxVersion = '1.5.3'
8+
gdxVersion = '1.5.4'
99
}
1010

1111
repositories {

0 commit comments

Comments
 (0)