Skip to content

Commit

Permalink
Release 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nmalkin committed Jul 27, 2022
1 parent c0e9561 commit 249db62
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ repositories {
}

dependencies {
implementation("com.github.nmalkin:sklog:0.0.1")
implementation("com.github.nmalkin:sklog:0.0.2")
}
```

Expand All @@ -108,7 +108,7 @@ repositories {
}
dependencies {
implementation 'com.github.nmalkin:sklog:0.0.1'
implementation 'com.github.nmalkin:sklog:0.0.2'
}
```

Expand All @@ -124,7 +124,7 @@ dependencies {
<dependency>
<groupId>com.github.nmalkin</groupId>
<artifactId>sklog</artifactId>
<version>0.0.1</version>
<version>0.0.2</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion sklog/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ publishing {
create<MavenPublication>("maven") {
groupId = "com.github.nmalkin"
artifactId = "sklog"
version = "0.0.1"
version = "0.0.2"

from(components["java"])
}
Expand Down
2 changes: 1 addition & 1 deletion sklog/src/main/kotlin/sklog/KotlinLogging.kt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* sklog - simple kotlin logger
* v0.0.1
* v0.0.2
*
* Copyright (C) 2021 N.Malkin
* SPDX-License-Identifier: BSD-3-Clause
Expand Down

0 comments on commit 249db62

Please sign in to comment.