We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea1de4b commit 0958b5cCopy full SHA for 0958b5c
adventure-composer/src/main/resources/versions.properties
@@ -1,4 +1,4 @@
1
-version=0.6.3
+version=0.6.4
2
libgdxVersion=1.5.2
3
roboVMVersion=1.0.0-beta-01
4
buildToolsVersion=20.0.0
build.gradle
@@ -2,7 +2,7 @@ allprojects {
apply plugin: "eclipse"
apply plugin: "idea"
5
- version = '0.6.3'
+ version = '0.6.4'
6
7
ext {
8
gdxVersion = '1.5.2'
0 commit comments