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: "idea"
|
||||
|
||||
version = '0.8.2'
|
||||
version = '0.8.3'
|
||||
ext {
|
||||
appName = "1010! Klooni"
|
||||
gdxVersion = '1.9.5'
|
||||
|
@ -88,4 +88,4 @@ project(":ios") {
|
|||
|
||||
tasks.eclipse.doLast {
|
||||
delete ".project"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue