File tree Expand file tree Collapse file tree 3 files changed +9
-6
lines changed
adventure-composer/src/main/resources Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,9 @@ All notable changes to this project will be documented in this file.
3
3
This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
4
4
5
5
## [ Unreleased] [ unreleased ]
6
+
7
+ ## [ 0.6.9]
8
+ - libgdx updated to v1.5.4
6
9
- Sprite Actor Scale support
7
10
- Added scene state handling
8
11
### Fixed
Original file line number Diff line number Diff line change 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
5
5
buildToolsVersion =20.0.0
6
6
androidAPILevel =20
7
7
androidGradlePluginVersion =1.0.0
Original file line number Diff line number Diff line change @@ -2,10 +2,10 @@ allprojects {
2
2
apply plugin : " eclipse"
3
3
apply plugin : " idea"
4
4
5
- version = ' 0.6.8 '
5
+ version = ' 0.6.9 '
6
6
7
7
ext {
8
- gdxVersion = ' 1.5.3 '
8
+ gdxVersion = ' 1.5.4 '
9
9
}
10
10
11
11
repositories {
You can’t perform that action at this time.
0 commit comments