Skip to content

Commit 18cd0df

Browse files
committed
Release 0.16.3
1 parent 65282d1 commit 18cd0df

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.2"
40+
id("org.jetbrains.kotlinx.binary-compatibility-validator") version "0.16.3"
4141
}
4242
```
4343

4444
- in `build.gradle`
4545

4646
```groovy
4747
plugins {
48-
id 'org.jetbrains.kotlinx.binary-compatibility-validator' version '0.16.2'
48+
id 'org.jetbrains.kotlinx.binary-compatibility-validator' version '0.16.3'
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.3-SNAPSHOT
1+
version=0.16.4-SNAPSHOT
22

33
kotlin.stdlib.default.dependency=false

0 commit comments

Comments
 (0)