Skip to content

Commit

Permalink
Release version 1.3.1
Browse files Browse the repository at this point in the history
Signed-off-by: Sascha Peilicke <[email protected]>
  • Loading branch information
saschpe committed May 22, 2024
1 parent d78633c commit b5a4d92
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.3.1] - 2024-05-22

## [1.3.0] - 2024-05-02
- Provide FileLogger for persistent logging to a file path with rotation and retention policy support.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ repositories {
}

dependencies {
implementation("de.peilicke.sascha:log4k:1.3.0")
implementation("de.peilicke.sascha:log4k:1.3.1")
}
```

Expand Down
2 changes: 1 addition & 1 deletion log4k-slf4j/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ android {
}

group = "de.peilicke.sascha"
version = "1.3.0"
version = "1.3.1"

publishing {
publications.withType<MavenPublication> {
Expand Down
2 changes: 1 addition & 1 deletion log4k/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ android {
}

group = "de.peilicke.sascha"
version = "1.3.0"
version = "1.3.1"

publishing {
publications.withType<MavenPublication> {
Expand Down

0 comments on commit b5a4d92

Please sign in to comment.