diff --git a/sources/build.gradle b/sources/build.gradle index ec00f51..5014ee8 100644 --- a/sources/build.gradle +++ b/sources/build.gradle @@ -22,7 +22,7 @@ apply from: project.rootProject.file("gradle/scripts/coverage.gradle") group = 'com.ullink.slack' archivesBaseName = 'simpleslackapi' -version = '1.3.0' +version = '1.4.0' def pomConfig = { @@ -104,6 +104,17 @@ def pomConfig = { email 'bhdrkn@gmail.com' url 'https://github.com/bhdrkn' } + contributor { + name 'Nicolas Haquet' + url 'https://github.com/nhaquet2' + } + contributor { + name 'Sebastien Lelouvier' + } + contributor { + name 'Nathalie Mahé' + url 'https://github.com/nathmahe' + } } scm { connection 'scm:git:git@github.com:Ullink/simple-slack-api.git'