Skip to content

Commit

Permalink
Version 0.15.0-Beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fzhinkin committed Apr 4, 2024
1 parent 4de530a commit f8e3ded
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@ Binary compatibility validator is a Gradle plugin that can be added to your buil
- in `build.gradle.kts`
```kotlin
plugins {
id("org.jetbrains.kotlinx.binary-compatibility-validator") version "0.15.0-Beta.1"
id("org.jetbrains.kotlinx.binary-compatibility-validator") version "0.15.0-Beta.2"
}
```

- in `build.gradle`

```groovy
plugins {
id 'org.jetbrains.kotlinx.binary-compatibility-validator' version '0.15.0-Beta.1'
id 'org.jetbrains.kotlinx.binary-compatibility-validator' version '0.15.0-Beta.2'
}
```

Expand Down

0 comments on commit f8e3ded

Please sign in to comment.