Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbull committed Jan 23, 2024
1 parent f4ba4c0 commit 3785a3e
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.5")
implementation("com.michael-bull.kotlin-inline-logger:kotlin-inline-logger:1.0.6")
}
```

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.6
version=1.0.7-SNAPSHOT

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

0 comments on commit 3785a3e

Please sign in to comment.