Skip to content

Commit e6ed3b0

Browse files
committed
Version 0.4.0
1 parent 79ee9df commit e6ed3b0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The tool allows to dump binary API of a Kotlin library that is public in sense o
2525
Binary compatibility validator is a Gradle plugin that is added to the `build.gradle` in the following way:
2626

2727
```
28-
ext.validator_version = "0.3.0"
28+
ext.validator_version = "0.4.0"
2929
3030
buildscript {
3131
dependencies {

gradle.properties

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

44
kotlinVersion=1.3.70

0 commit comments

Comments
 (0)