Skip to content

Commit 14ebd02

Browse files
committed
Upgrade version
1 parent 1305a6a commit 14ebd02

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
@@ -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.16.0"
38+
id("org.jetbrains.kotlinx.binary-compatibility-validator") version "0.16.2"
3939
}
4040
```
4141

4242
- in `build.gradle`
4343

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

gradle.properties

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

33
kotlin.stdlib.default.dependency=false

0 commit comments

Comments
 (0)