Skip to content

Commit 387f744

Browse files
committed
Release version 1.3.1
Signed-off-by: Sascha Peilicke <sascha@peilicke.de>
1 parent 7de986f commit 387f744

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## [1.3.1] - 2024-05-22
810
- FileLogger: Remove constructor with `kotlinx.io.files.Path`
911
Avoids having to add kotlinx-io as a dependency when using the class
1012

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ repositories {
2323
}
2424

2525
dependencies {
26-
implementation("de.peilicke.sascha:log4k:1.3.0")
26+
implementation("de.peilicke.sascha:log4k:1.3.1")
2727
}
2828
```
2929

log4k-slf4j/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ android {
4040
}
4141

4242
group = "de.peilicke.sascha"
43-
version = "1.3.0"
43+
version = "1.3.1"
4444

4545
publishing {
4646
publications.withType<MavenPublication> {

log4k/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ android {
5858
}
5959

6060
group = "de.peilicke.sascha"
61-
version = "1.3.0"
61+
version = "1.3.1"
6262

6363
publishing {
6464
publications.withType<MavenPublication> {

0 commit comments

Comments
 (0)