Skip to content

Commit 249db62

Browse files
committed
Release 0.0.2
1 parent c0e9561 commit 249db62

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ repositories {
8989
}
9090

9191
dependencies {
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
110110
dependencies {
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

sklog/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

sklog/src/main/kotlin/sklog/KotlinLogging.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

0 commit comments

Comments
 (0)