File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ repositories {
8989}
9090
9191dependencies {
92- implementation(" com.github.nmalkin:sklog:0.0.1 " )
92+ implementation(" com.github.nmalkin:sklog:0.0.2 " )
9393}
9494```
9595
@@ -108,7 +108,7 @@ repositories {
108108}
109109
110110dependencies {
111- implementation 'com.github.nmalkin:sklog:0.0.1 '
111+ implementation 'com.github.nmalkin:sklog:0.0.2 '
112112}
113113```
114114
@@ -124,7 +124,7 @@ dependencies {
124124<dependency >
125125 <groupId >com.github.nmalkin</groupId >
126126 <artifactId >sklog</artifactId >
127- <version >0.0.1 </version >
127+ <version >0.0.2 </version >
128128</dependency >
129129```
130130
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ publishing {
1212 create<MavenPublication >(" maven" ) {
1313 groupId = " com.github.nmalkin"
1414 artifactId = " sklog"
15- version = " 0.0.1 "
15+ version = " 0.0.2 "
1616
1717 from(components[" java" ])
1818 }
Original file line number Diff line number Diff line change 11/* *
22 * sklog - simple kotlin logger
3- * v0.0.1
3+ * v0.0.2
44 *
55 * Copyright (C) 2021 N.Malkin
66 * SPDX-License-Identifier: BSD-3-Clause
You can’t perform that action at this time.
0 commit comments