Skip to content

Commit 691a2dc

Browse files
committed
prepare for v0.8.6
1 parent e5122a6 commit 691a2dc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44

55
## [Unreleased]
66

7-
## [0.8.5]
7+
## [0.8.6]
88

99
### Fixed
1010
- Fix fakeDepthScale() calc: added world scale factor

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

77
ext {
88
gdxVersion = '1.6.0'

0 commit comments

Comments
 (0)