Skip to content

Commit

Permalink
Version 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
qwwdfsad committed May 18, 2022
1 parent b3a048f commit 0f7346c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
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.9.0"
id("org.jetbrains.kotlinx.binary-compatibility-validator") version "0.10.0"
}
```

- in `build.gradle`

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

Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
@@ -1,7 +1,7 @@
version=0.9.0-SNAPSHOT
version=0.10.0-SNAPSHOT
group=org.jetbrains.kotlinx

kotlinVersion=1.6.0
pluginPublishVersion=0.10.1

kotlin.stdlib.default.dependency=false
kotlin.stdlib.default.dependency=false

0 comments on commit 0f7346c

Please sign in to comment.