Skip to content

Commit

Permalink
Change version name to "6.0" and update bintray setup.
Browse files Browse the repository at this point in the history
  • Loading branch information
terrakok committed Oct 19, 2020
1 parent dbfc6a4 commit df860d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions library/build.gradle
Expand Up @@ -15,10 +15,10 @@ dependencies {
ext {
// This params is for the library uploading to the Bintray
bintrayRepo = 'terramaven'
bintrayName = 'cicerone'
bintrayName = 'cicerone-kotlin'
publishedGroupId = 'com.github.terrakok'
artifact = 'cicerone'
libraryVersion = '6.1'
libraryVersion = '6.0'
gitUrl = 'https://github.com/terrakok/Cicerone'
allLicenses = ['MIT']
}
Expand Down

0 comments on commit df860d2

Please sign in to comment.