Skip to content

Commit

Permalink
Merge branch 'release/v0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
esperia committed Jun 8, 2015
2 parents 4b4bb03 + e34dcf0 commit 3512c37
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 @@ -15,7 +15,7 @@ allprojects {
apply plugin: "eclipse"
apply plugin: "idea"

version = '1.0'
version = '0.1'
ext {
appName = 'InterpolatorGraph'
gdxVersion = '1.6.1'
Expand Down Expand Up @@ -97,4 +97,4 @@ project(":core") {

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

0 comments on commit 3512c37

Please sign in to comment.