Skip to content

Commit

Permalink
Version 0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
qwwdfsad committed Nov 16, 2020
1 parent 7f3a71d commit 6b19ba4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ The tool allows to dump binary API of a Kotlin library that is public in sense o
Binary compatibility validator is a Gradle plugin that is added to the `build.gradle` in the following way:

```
ext.validator_version = "0.2.3"
ext.validator_version = "0.2.4"
buildscript {
dependencies {
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.2.3-SNAPSHOT
version=0.2.4-SNAPSHOT
group=org.jetbrains.kotlinx

kotlinVersion=1.3.70
Expand Down

0 comments on commit 6b19ba4

Please sign in to comment.