Skip to content

Commit

Permalink
Version 0.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fzhinkin committed Jul 9, 2024
1 parent e91f7ac commit 05741e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@ Binary compatibility validator is a Gradle plugin that can be added to your buil
- in `build.gradle.kts`
```kotlin
plugins {
id("org.jetbrains.kotlinx.binary-compatibility-validator") version "0.15.0"
id("org.jetbrains.kotlinx.binary-compatibility-validator") version "0.15.1"
}
```

- in `build.gradle`

```groovy
plugins {
id 'org.jetbrains.kotlinx.binary-compatibility-validator' version '0.15.0'
id 'org.jetbrains.kotlinx.binary-compatibility-validator' version '0.15.1'
}
```

Expand Down

0 comments on commit 05741e7

Please sign in to comment.