Skip to content

Commit 49b5b55

Browse files
committed
Release 0.17.0
1 parent da04a5e commit 49b5b55

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
@@ -37,15 +37,15 @@ Binary compatibility validator is a Gradle plugin that can be added to your buil
3737
- in `build.gradle.kts`
3838
```kotlin
3939
plugins {
40-
id("org.jetbrains.kotlinx.binary-compatibility-validator") version "0.16.3"
40+
id("org.jetbrains.kotlinx.binary-compatibility-validator") version "0.17.0"
4141
}
4242
```
4343

4444
- in `build.gradle`
4545

4646
```groovy
4747
plugins {
48-
id 'org.jetbrains.kotlinx.binary-compatibility-validator' version '0.16.3'
48+
id 'org.jetbrains.kotlinx.binary-compatibility-validator' version '0.17.0'
4949
}
5050
```
5151

gradle.properties

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

33
kotlin.stdlib.default.dependency=false

0 commit comments

Comments
 (0)