diff --git a/build.gradle b/build.gradle index ce50083..cac061f 100644 --- a/build.gradle +++ b/build.gradle @@ -31,7 +31,7 @@ plugins { group = 'io.github.jonasschaub' archivesBaseName = 'ART2a-Clustering-for-Java' //see also version for publishing below! -version = '1.0.1.0' +version = '1.0.2.0' //sourceCompatibility = 1.17 @@ -98,8 +98,8 @@ publishing { groupId = 'io.github.jonasschaub' artifactId = 'ART2a-Clustering-for-Java' - //note: this version has been published, do not try to publish it again! version 1.0.1.1 was also already used for publishing! - version = '1.0.1.0' + //note: this version has been published, do not try to publish it again! versions 1.0.1.0 and 1.0.1.1 were also already used for publishing! + version = '1.0.2.0' from components.java