Skip to content

Commit 10f8e7e

Browse files
committed
Version 0.15.0-Beta.1
1 parent 29a83d7 commit 10f8e7e

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
@@ -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.14.0"
33+
id("org.jetbrains.kotlinx.binary-compatibility-validator") version "0.15.0-Beta.1"
3434
}
3535
```
3636

3737
- in `build.gradle`
3838

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

gradle.properties

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

33
kotlin.stdlib.default.dependency=false

0 commit comments

Comments
 (0)