diff --git a/README.md b/README.md index a82ea26c..98a29426 100644 --- a/README.md +++ b/README.md @@ -10,13 +10,13 @@ #### < Gradle 7 ```groovy -compile 'be.zvz:KotlinInside:1.14.0' +compile 'be.zvz:KotlinInside:1.14.1' ``` #### Gradle 7+ ```groovy -implementation 'be.zvz:KotlinInside:1.14.0' +implementation 'be.zvz:KotlinInside:1.14.1' ``` ### Maven @@ -25,7 +25,7 @@ implementation 'be.zvz:KotlinInside:1.14.0' be.zvz KotlinInside - 1.14.0 + 1.14.1 ```