Skip to content

Commit

Permalink
Bump version to 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ISNing committed Feb 10, 2024
1 parent 3a410ea commit e91e27b
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 @@ -26,7 +26,7 @@ Apply the plugin to your project:

```kotlin
plugins {
id("io.github.isning.gradle.plugins.kn.krossCompile") version "0.1.5"
id("io.github.isning.gradle.plugins.kn.krossCompile") version "0.1.6"
}
```

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

group = "io.github.isning.gradle.plugins.kn"
version = "0.1.5"
version = "0.1.6"

Properties().apply {
rootProject.file("local.properties").takeIf { it.exists() && it.isFile }?.let { load(it.reader()) }
Expand Down

0 comments on commit e91e27b

Please sign in to comment.