diff --git a/build.gradle b/build.gradle index 2af19ab..f2adb8e 100644 --- a/build.gradle +++ b/build.gradle @@ -15,7 +15,7 @@ allprojects { apply plugin: "eclipse" apply plugin: "idea" - version = '1.0' + version = '0.1' ext { appName = 'InterpolatorGraph' gdxVersion = '1.6.1' @@ -97,4 +97,4 @@ project(":core") { tasks.eclipse.doLast { delete ".project" -} \ No newline at end of file +}