Skip to content

Commit

Permalink
Version 0.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
qwwdfsad committed Jun 3, 2023
1 parent d2a485c commit 3b1c2c1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,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.13.1"
id("org.jetbrains.kotlinx.binary-compatibility-validator") version "0.13.2"
}
```

- in `build.gradle`

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

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ configurations.implementation {

dependencies {
implementation(gradleApi())
implementation("org.jetbrains.kotlinx:kotlinx-metadata-jvm:0.6.0")
implementation("org.jetbrains.kotlinx:kotlinx-metadata-jvm:0.6.2")
implementation("org.ow2.asm:asm:9.2")
implementation("org.ow2.asm:asm-tree:9.2")
implementation("com.googlecode.java-diff-utils:diffutils:1.3.0")
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=0.13.1-SNAPSHOT
version=0.13.2-SNAPSHOT
group=org.jetbrains.kotlinx

kotlinVersion=1.8.10
Expand Down

0 comments on commit 3b1c2c1

Please sign in to comment.