Skip to content

Commit af4772c

Browse files
committed
Release 0.18.1
1 parent 15bfba7 commit af4772c

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
@@ -51,15 +51,15 @@ Binary compatibility validator is a Gradle plugin that can be added to your buil
5151
- in `build.gradle.kts`
5252
```kotlin
5353
plugins {
54-
id("org.jetbrains.kotlinx.binary-compatibility-validator") version "0.18.0"
54+
id("org.jetbrains.kotlinx.binary-compatibility-validator") version "0.18.1"
5555
}
5656
```
5757

5858
- in `build.gradle`
5959

6060
```groovy
6161
plugins {
62-
id 'org.jetbrains.kotlinx.binary-compatibility-validator' version '0.18.0'
62+
id 'org.jetbrains.kotlinx.binary-compatibility-validator' version '0.18.1'
6363
}
6464
```
6565

0 commit comments

Comments
 (0)