Skip to content

Commit 5252921

Browse files
authored
Release 0.18.0 (#303)
1 parent a89014f commit 5252921

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.17.0"
54+
id("org.jetbrains.kotlinx.binary-compatibility-validator") version "0.18.0"
5555
}
5656
```
5757

5858
- in `build.gradle`
5959

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

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
version=0.17.1-SNAPSHOT
1+
version=0.19.0-SNAPSHOT
22

33
kotlin.stdlib.default.dependency=false

0 commit comments

Comments
 (0)