Skip to content

Commit

Permalink
set version to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bcorne committed Oct 4, 2022
1 parent 75e6e16 commit e10dde0
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion sources/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down Expand Up @@ -104,6 +104,17 @@ def pomConfig = {
email '[email protected]'
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:[email protected]:Ullink/simple-slack-api.git'
Expand Down

0 comments on commit e10dde0

Please sign in to comment.