Skip to content

Commit 15fe830

Browse files
authored
Version 0.14.0
1 parent 0507790 commit 15fe830

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
@@ -28,15 +28,15 @@ Binary compatibility validator is a Gradle plugin that can be added to your buil
2828
- in `build.gradle.kts`
2929
```kotlin
3030
plugins {
31-
id("org.jetbrains.kotlinx.binary-compatibility-validator") version "0.13.2"
31+
id("org.jetbrains.kotlinx.binary-compatibility-validator") version "0.14.0"
3232
}
3333
```
3434

3535
- in `build.gradle`
3636

3737
```groovy
3838
plugins {
39-
id 'org.jetbrains.kotlinx.binary-compatibility-validator' version '0.13.2'
39+
id 'org.jetbrains.kotlinx.binary-compatibility-validator' version '0.14.0'
4040
}
4141
```
4242

gradle.properties

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

33
kotlin.stdlib.default.dependency=false

0 commit comments

Comments
 (0)