Skip to content

Commit

Permalink
Release v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbull committed Jan 31, 2021
1 parent 083e568 commit d368cca
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 @@ -12,7 +12,7 @@ repositories {
}
dependencies {
implementation("com.michael-bull.kotlin-inline-logger:kotlin-inline-logger:1.0.2")
implementation("com.michael-bull.kotlin-inline-logger:kotlin-inline-logger:1.0.3")
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
kotlin.code.style=official

group=com.michael-bull.kotlin-inline-logger
version=1.0.3-SNAPSHOT
version=1.0.3

0 comments on commit d368cca

Please sign in to comment.