Skip to content

Commit d2a485c

Browse files
committed
Version 0.13.1
1 parent 5d08f51 commit d2a485c

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

3434
- in `build.gradle`
3535

3636
```groovy
3737
plugins {
38-
id 'org.jetbrains.kotlinx.binary-compatibility-validator' version '0.13.0'
38+
id 'org.jetbrains.kotlinx.binary-compatibility-validator' version '0.13.1'
3939
}
4040
```
4141

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version=0.13.0-SNAPSHOT
1+
version=0.13.1-SNAPSHOT
22
group=org.jetbrains.kotlinx
33

44
kotlinVersion=1.8.10

0 commit comments

Comments
 (0)