diff --git a/build.gradle b/build.gradle index aa954d6..124128f 100644 --- a/build.gradle +++ b/build.gradle @@ -9,7 +9,7 @@ apply plugin: 'idea' apply plugin: 'eclipse' apply plugin: 'maven' -version = "1.0.1" +version = "1.0.2" if (!project.hasProperty('release.scope')) { project.ext['release.scope'] = 'patch'