Skip to content

Commit df860d2

Browse files
committed
Change version name to "6.0" and update bintray setup.
1 parent dbfc6a4 commit df860d2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

library/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ dependencies {
1515
ext {
1616
// This params is for the library uploading to the Bintray
1717
bintrayRepo = 'terramaven'
18-
bintrayName = 'cicerone'
18+
bintrayName = 'cicerone-kotlin'
1919
publishedGroupId = 'com.github.terrakok'
2020
artifact = 'cicerone'
21-
libraryVersion = '6.1'
21+
libraryVersion = '6.0'
2222
gitUrl = 'https://github.com/terrakok/Cicerone'
2323
allLicenses = ['MIT']
2424
}

0 commit comments

Comments
 (0)