Skip to content

Commit 59468c0

Browse files
committed
prepare for version 0.4.0
1 parent 815cadf commit 59468c0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

adventure-composer/src/main/resources/projectTmpl/android/assets/ui/1/ui.atlas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
ui.png
33
size: 878,764
44
format: RGBA8888
5-
filter: MipMapNearestNearest,Nearest
5+
filter: Linear,Linear
66
repeat: none
77
back
88
rotate: false

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.3.2
1+
version=0.4.0
22
libgdxVersion=1.3.1
33
roboVMVersion=0.0.14
44
buildToolsVersion=20.0.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.3.2'
5+
version = '0.4.0'
66

77
ext {
88
gdxVersion = '1.3.1'

0 commit comments

Comments
 (0)