Skip to content

Commit bf5b3ff

Browse files
committed
Release version 1.3.4
Signed-off-by: Sascha Peilicke <sascha@peilicke.de>
1 parent 83aa72d commit bf5b3ff

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.4] - 2024-08-09
810
- Dependency updates:
911
- [kotlinx-io 0.5.1](https://github.com/Kotlin/kotlinx-io/releases/tag/0.5.1)
1012
- [kotlin-wrappers pre.788](https://github.com/JetBrains/kotlin-wrappers/releases/tag/pre.788)

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.3")
26+
implementation("de.peilicke.sascha:log4k:1.3.4")
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.3"
43+
version = "1.3.4"
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
@@ -59,7 +59,7 @@ android {
5959
}
6060

6161
group = "de.peilicke.sascha"
62-
version = "1.3.3"
62+
version = "1.3.4"
6363

6464
publishing {
6565
publications.withType<MavenPublication> {

0 commit comments

Comments
 (0)