diff --git a/build.gradle b/build.gradle index a11183e5..3d9d7867 100644 --- a/build.gradle +++ b/build.gradle @@ -2,7 +2,7 @@ apply plugin: 'java' apply plugin: 'maven' group = 'com.github.jitpack' -version = '0.1' +version = '1.0' sourceCompatibility = 1.8 // java 8 targetCompatibility = 1.8