Skip to content

Commit

Permalink
Release version 1.0.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 11, 2021
1 parent 9fc90a7 commit b4ea8de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ repositories {
}

dependencies {
implementation("de.peilicke.sascha:log4k:1.0.0")
implementation("de.peilicke.sascha:log4k:1.0.1")
}
```

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

group = "de.peilicke.sascha"
version = "1.0.0"
version = "1.0.1"

kotlin {
android {
Expand Down

0 comments on commit b4ea8de

Please sign in to comment.