Skip to content

Commit 6453445

Browse files
committed
Release version 1.5.0
Signed-off-by: Sascha Peilicke <sascha@peilicke.de>
1 parent ac12be7 commit 6453445

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
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.5.0] - 2025-06-26
10+
911
## [1.4.1] - 2025-01-30
1012

1113
## [1.4.0] - 2024-09-27

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.1")
30+
implementation("de.peilicke.sascha:log4k:1.5.0")
3131
}
3232
```
3333

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ org.jetbrains.dokka.experimental.gradle.pluginMode.noWarn=true
1313
# Android
1414
android.useAndroidX=true
1515
# App
16-
version=1.4.1
16+
version=1.5.0

0 commit comments

Comments
 (0)