diff --git a/README.md b/README.md index 5770c13d..4da2fc86 100644 --- a/README.md +++ b/README.md @@ -10,13 +10,13 @@ #### < Gradle 7 ```groovy -compile 'be.zvz:KotlinInside:1.16.1' +compile 'be.zvz:KotlinInside:1.16.2' ``` #### Gradle 7+ ```groovy -implementation 'be.zvz:KotlinInside:1.16.1' +implementation 'be.zvz:KotlinInside:1.16.2' ``` ### Maven @@ -25,7 +25,7 @@ implementation 'be.zvz:KotlinInside:1.16.1' be.zvz KotlinInside - 1.16.1 + 1.16.2 ```