Skip to content

Commit

Permalink
Release v1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbull committed May 2, 2023
1 parent 68bd153 commit a3acd47
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.4")
implementation("com.michael-bull.kotlin-inline-logger:kotlin-inline-logger:1.0.5")
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group=com.michael-bull.kotlin-inline-logger
version=1.0.5-SNAPSHOT
version=1.0.5

kotlin.code.style=official
kotlin.native.ignoreDisabledTargets=true
Expand Down

0 comments on commit a3acd47

Please sign in to comment.