diff --git a/build.gradle b/build.gradle index f83d93f..68f85e7 100644 --- a/build.gradle +++ b/build.gradle @@ -10,7 +10,7 @@ plugins { // Project properties group = 'jbyoshi' archivesBaseName = 'gitupdate' -version = '1.2-SNAPSHOT' +version = '1.1.2' // Java 1.8 sourceCompatibility = targetCompatibility = '1.8'