Skip to content

Commit

Permalink
Fix version.
Browse files Browse the repository at this point in the history
  • Loading branch information
DaanVanYperen committed Aug 28, 2015
1 parent 1036fd7 commit 634d29b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ allprojects {
apply plugin: "eclipse"
apply plugin: "idea"

version = '1.2.0'
version = '1.2.2'
ext {
appName = 'libgdx-artemis-quickstart'
gdxVersion = '1.6.4'
Expand Down Expand Up @@ -198,4 +198,4 @@ project(":matrix") {

tasks.eclipse.doLast {
delete ".project"
}
}

0 comments on commit 634d29b

Please sign in to comment.