Skip to content

Commit 4ddb326

Browse files
committed
prepare for next version
1 parent 987f33c commit 4ddb326

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

adventure-composer/src/main/java/com/bladecoder/engineeditor/Main.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public static void main(final String[] args) {
3535
// cfg.useGL30 = true;
3636

3737
if (Main.class.getResource("/images/ic_app64.png") != null)
38-
cfg.addIcon("ic_app64.png", FileType.Internal);
38+
cfg.addIcon("images/ic_app64.png", FileType.Internal);
3939

4040
if (Main.class.getResource("/images/ic_app32.png") != null)
4141
cfg.addIcon("images/ic_app32.png", FileType.Internal);

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.8.8
2-
libgdxVersion=1.6.2
3-
roboVMVersion=1.3.0
4-
roboVMGradlePluginVersion=1.3.0
1+
version=0.8.9
2+
libgdxVersion=1.6.4
3+
roboVMVersion=1.5.0
4+
roboVMGradlePluginVersion=1.5.0
55
buildToolsVersion=20.0.0
66
androidAPILevel=20
77
androidGradlePluginVersion=1.2.3

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.8.8'
5+
version = '0.8.9'
66

77
ext {
8-
gdxVersion = '1.6.2'
8+
gdxVersion = '1.6.4'
99
}
1010

1111
repositories {

0 commit comments

Comments
 (0)