Skip to content

Commit 0f7346c

Browse files
committed
Version 0.10.0
1 parent b3a048f commit 0f7346c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@ Binary compatibility validator is a Gradle plugin that can be added to your buil
2626
- in `build.gradle.kts`
2727
```kotlin
2828
plugins {
29-
id("org.jetbrains.kotlinx.binary-compatibility-validator") version "0.9.0"
29+
id("org.jetbrains.kotlinx.binary-compatibility-validator") version "0.10.0"
3030
}
3131
```
3232

3333
- in `build.gradle`
3434

3535
```groovy
3636
plugins {
37-
id 'org.jetbrains.kotlinx.binary-compatibility-validator' version '0.9.0'
37+
id 'org.jetbrains.kotlinx.binary-compatibility-validator' version '0.10.0'
3838
}
3939
```
4040

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
version=0.9.0-SNAPSHOT
1+
version=0.10.0-SNAPSHOT
22
group=org.jetbrains.kotlinx
33

44
kotlinVersion=1.6.0
55
pluginPublishVersion=0.10.1
66

7-
kotlin.stdlib.default.dependency=false
7+
kotlin.stdlib.default.dependency=false

0 commit comments

Comments
 (0)