Skip to content

Commit

Permalink
update self dependency, update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mfarsikov committed Sep 21, 2024
1 parent fe3ca48 commit fdac329
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
id("org.jetbrains.kotlin.jvm") version "2.0.20"
id("com.gradle.plugin-publish") version "1.3.0"
id("maven-publish")
id("com.github.mfarsikov.kewt-versioning") version "1.4.0"
id("com.github.mfarsikov.kewt-versioning") version "1.5.0"
}

group = "com.github.mfarsikov.kewt-versioning"
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Project versioning using Git tags with type safe Gradle Kotlin DSL.

```kotlin
plugins {
id("com.github.mfarsikov.kewt-versioning") version "1.0.0"
id("com.github.mfarsikov.kewt-versioning") version "1.5.0"
}
version = kewtVersioning.version
```
Expand Down

0 comments on commit fdac329

Please sign in to comment.