Fix version bump (#63)
This commit is contained in:
parent
27ee79bcf7
commit
ece481061e
1 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@ allprojects {
|
||||||
apply plugin: "eclipse"
|
apply plugin: "eclipse"
|
||||||
apply plugin: "idea"
|
apply plugin: "idea"
|
||||||
|
|
||||||
version = '0.8.2'
|
version = '0.8.3'
|
||||||
ext {
|
ext {
|
||||||
appName = "1010! Klooni"
|
appName = "1010! Klooni"
|
||||||
gdxVersion = '1.9.5'
|
gdxVersion = '1.9.5'
|
||||||
|
@ -88,4 +88,4 @@ project(":ios") {
|
||||||
|
|
||||||
tasks.eclipse.doLast {
|
tasks.eclipse.doLast {
|
||||||
delete ".project"
|
delete ".project"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue