Skip to content

Commit

Permalink
Release version 1.4.0
Browse files Browse the repository at this point in the history
Signed-off-by: Sascha Peilicke <sascha@peilicke.de>
  • Loading branch information
saschpe committed Sep 27, 2024
1 parent fe69c71 commit b1aa0b5
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.4.0] - 2024-09-27

## [1.3.5] - 2024-09-12
- Dependency updates:
- [kotlinx-io 0.5.3](https://github.com/Kotlin/kotlinx-io/releases/tag/0.5.3)
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.5")
implementation("de.peilicke.sascha:log4k:1.4.0")
}
```

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 @@ -43,7 +43,7 @@ android {
publishing {
publications.withType<MavenPublication> {
groupId = "de.peilicke.sascha"
version = "1.3.5"
version = "1.4.0"

artifact(project.tasks.register("${name}DokkaJar", Jar::class) {
group = JavaBasePlugin.DOCUMENTATION_GROUP
Expand Down
2 changes: 1 addition & 1 deletion log4k/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ android {
publishing {
publications.withType<MavenPublication> {
groupId = "de.peilicke.sascha"
version = "1.3.5"
version = "1.4.0"

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

0 comments on commit b1aa0b5

Please sign in to comment.