Skip to content

Commit 1e30783

Browse files
committed
Release version 1.4.1
Signed-off-by: Sascha Peilicke <sascha@peilicke.de>
1 parent e1dc1f3 commit 1e30783

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
@@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [1.4.1] - 2025-01-30
10+
911
## [1.4.0] - 2024-09-27
1012

1113
## [1.3.5] - 2024-09-12

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ repositories {
2727
}
2828

2929
dependencies {
30-
implementation("de.peilicke.sascha:log4k:1.4.0")
30+
implementation("de.peilicke.sascha:log4k:1.4.1")
3131
}
3232
```
3333

log4k-slf4j/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ android {
4343
publishing {
4444
publications.withType<MavenPublication> {
4545
groupId = "de.peilicke.sascha"
46-
version = "1.4.0"
46+
version = "1.4.1"
4747

4848
artifact(project.tasks.register("${name}DokkaJar", Jar::class) {
4949
group = JavaBasePlugin.DOCUMENTATION_GROUP

log4k/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ android {
6161
publishing {
6262
publications.withType<MavenPublication> {
6363
groupId = "de.peilicke.sascha"
64-
version = "1.4.0"
64+
version = "1.4.1"
6565

6666
artifact(project.tasks.register("${name}DokkaJar", Jar::class) {
6767
group = JavaBasePlugin.DOCUMENTATION_GROUP

0 commit comments

Comments
 (0)