Skip to content

Commit

Permalink
Bump version to 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ISNing committed Feb 8, 2024
1 parent f4d833a commit 5c6163b
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 @@ -13,7 +13,7 @@ If you have feature requests or find bugs, please create an issue.

```kotlin
plugins {
id("io.github.isning.gradle.plugins.cmake") version "0.1.2"
id("io.github.isning.gradle.plugins.cmake") version "0.1.3"
}
```

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"
version = "0.1.2"
version = "0.1.3"

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

0 comments on commit 5c6163b

Please sign in to comment.