diff --git a/build.gradle b/build.gradle index 586f50a..b21606e 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ allprojects { apply plugin: 'maven' apply plugin: 'idea' apply plugin: 'eclipse' -// version = '1.0' + version = '1.1' } defaultTasks('clean','distZip')