Skip to content

Commit 115f26f

Browse files
committed
Version 0.2.3
1 parent 8cb6010 commit 115f26f

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
@@ -24,7 +24,7 @@ The tool allows to dump binary API of a Kotlin library that is public in sense o
2424
Binary compatibility validator is a Gradle plugin that is added to the `build.gradle` in the following way:
2525

2626
```
27-
ext.validator_version = "0.2.2"
27+
ext.validator_version = "0.2.3"
2828
2929
buildscript {
3030
dependencies {

gradle.properties

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

44
kotlinVersion=1.3.70

0 commit comments

Comments
 (0)