Skip to content

Commit 68f188f

Browse files
committed
update to 1.4.2
1 parent a05efa7 commit 68f188f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

build.gradle

+5-5
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ plugins {
1414
}
1515

1616
group 'MicroUtils'
17-
version '1.4.1'
17+
version '1.4.2'
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.4.1"
55-
desc = "kotlin-logging 1.4.1 - Lightweight logging framework for Kotlin"
54+
name = "1.4.2"
55+
desc = "kotlin-logging 1.4.2 - 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.4.1 - Lightweight logging framework for Kotlin")
107+
root.appendNode('description', "kotlin-logging 1.4.2 - 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.4.1"
113+
version "1.4.2"
114114

115115
artifact sourcesJar
116116
artifact javadocJar

0 commit comments

Comments
 (0)