Skip to content

Commit f8e3ded

Browse files
committed
Version 0.15.0-Beta.2
1 parent 4de530a commit f8e3ded

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@ Binary compatibility validator is a Gradle plugin that can be added to your buil
3030
- in `build.gradle.kts`
3131
```kotlin
3232
plugins {
33-
id("org.jetbrains.kotlinx.binary-compatibility-validator") version "0.15.0-Beta.1"
33+
id("org.jetbrains.kotlinx.binary-compatibility-validator") version "0.15.0-Beta.2"
3434
}
3535
```
3636

3737
- in `build.gradle`
3838

3939
```groovy
4040
plugins {
41-
id 'org.jetbrains.kotlinx.binary-compatibility-validator' version '0.15.0-Beta.1'
41+
id 'org.jetbrains.kotlinx.binary-compatibility-validator' version '0.15.0-Beta.2'
4242
}
4343
```
4444

0 commit comments

Comments
 (0)