Skip to content

Commit 8359169

Browse files
committed
Version 0.7.0
1 parent 31ecef1 commit 8359169

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
@@ -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.6.0"
29+
id("org.jetbrains.kotlinx.binary-compatibility-validator") version "0.7.0"
3030
}
3131
```
3232

3333
- in `build.gradle`
3434

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

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version=0.6.0-SNAPSHOT
1+
version=0.7.0-SNAPSHOT
22
group=org.jetbrains.kotlinx
33

44
kotlinVersion=1.5.0

0 commit comments

Comments
 (0)