Skip to content

Commit 05741e7

Browse files
committed
Version 0.15.1
1 parent e91f7ac commit 05741e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,15 @@ Binary compatibility validator is a Gradle plugin that can be added to your buil
3535
- in `build.gradle.kts`
3636
```kotlin
3737
plugins {
38-
id("org.jetbrains.kotlinx.binary-compatibility-validator") version "0.15.0"
38+
id("org.jetbrains.kotlinx.binary-compatibility-validator") version "0.15.1"
3939
}
4040
```
4141

4242
- in `build.gradle`
4343

4444
```groovy
4545
plugins {
46-
id 'org.jetbrains.kotlinx.binary-compatibility-validator' version '0.15.0'
46+
id 'org.jetbrains.kotlinx.binary-compatibility-validator' version '0.15.1'
4747
}
4848
```
4949

0 commit comments

Comments
 (0)