File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ plugins {
14
14
}
15
15
16
16
group ' MicroUtils'
17
- version ' 1.3.3 '
17
+ version ' 1.4.1 '
18
18
19
19
20
20
@@ -51,8 +51,8 @@ bintray {
51
51
licenses = [' Apache-2.0' ]
52
52
vcsUrl = ' https://github.com/MicroUtils/kotlin-logging'
53
53
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"
56
56
released = new Date ()
57
57
}
58
58
}
@@ -104,13 +104,13 @@ publishing {
104
104
MyPublication (MavenPublication ) {
105
105
pom. withXml {
106
106
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" )
108
108
root. children(). last() + pomConfig
109
109
}
110
110
from components. java
111
111
groupId ' io.github.microutils'
112
112
artifactId ' kotlin-logging'
113
- version " 1.3.3 "
113
+ version " 1.4.1 "
114
114
115
115
artifact sourcesJar
116
116
artifact javadocJar
You can’t perform that action at this time.
0 commit comments