Skip to content

Commit

Permalink
[ABI Validation] Version 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
qwwdfsad authored and shanshin committed Dec 3, 2024
1 parent dbdc856 commit 0b1ad4b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions libraries/tools/abi-validation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,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.5.0"
id("org.jetbrains.kotlinx.binary-compatibility-validator") version "0.6.0"
}
```

- in `build.gradle`

```groovy
plugins {
id 'org.jetbrains.kotlinx.binary-compatibility-validator' version '0.5.0'
id 'org.jetbrains.kotlinx.binary-compatibility-validator' version '0.6.0'
}
```

Expand Down
2 changes: 1 addition & 1 deletion libraries/tools/abi-validation/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=0.5.0-SNAPSHOT
version=0.6.0-SNAPSHOT
group=org.jetbrains.kotlinx

kotlinVersion=1.5.0
Expand Down

0 comments on commit 0b1ad4b

Please sign in to comment.