Skip to content

Commit

Permalink
Version 0.15.0-Beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fzhinkin committed Mar 20, 2024
1 parent 29a83d7 commit 10f8e7e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
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.14.0"
id("org.jetbrains.kotlinx.binary-compatibility-validator") version "0.15.0-Beta.1"
}
```

- in `build.gradle`

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

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
@@ -1,3 +1,3 @@
version=0.14.0-SNAPSHOT
version=0.15.0-SNAPSHOT

kotlin.stdlib.default.dependency=false

0 comments on commit 10f8e7e

Please sign in to comment.