File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ plugins {
1414}
1515
1616group ' MicroUtils'
17- version ' 1.3.3 '
17+ version ' 1.4.1 '
1818
1919
2020
@@ -51,8 +51,8 @@ bintray {
5151 licenses = [' Apache-2.0' ]
5252 vcsUrl = ' https://github.com/MicroUtils/kotlin-logging'
5353 version {
54- name = " 1.3.3 "
55- desc = " kotlin-logging 1.3.3 - Lightweight logging framework for Kotlin"
54+ name = " 1.4.1 "
55+ desc = " kotlin-logging 1.4.1 - Lightweight logging framework for Kotlin"
5656 released = new Date ()
5757 }
5858 }
@@ -104,13 +104,13 @@ publishing {
104104 MyPublication (MavenPublication ) {
105105 pom. withXml {
106106 def root = asNode()
107- root. appendNode(' description' , " kotlin-logging 1.3.3 - Lightweight logging framework for Kotlin" )
107+ root. appendNode(' description' , " kotlin-logging 1.4.1 - Lightweight logging framework for Kotlin" )
108108 root. children(). last() + pomConfig
109109 }
110110 from components. java
111111 groupId ' io.github.microutils'
112112 artifactId ' kotlin-logging'
113- version " 1.3.3 "
113+ version " 1.4.1 "
114114
115115 artifact sourcesJar
116116 artifact javadocJar
You can’t perform that action at this time.
0 commit comments