diff --git a/Home.md b/Home.md index 31bd7ec..be889a3 100644 --- a/Home.md +++ b/Home.md @@ -25,7 +25,7 @@ Make sure `mavenCentral()` is present in your Gradle repositories xyz.alexcrea CustomAnvil - 1.6.0 + 1.6.1 ``` @@ -35,12 +35,12 @@ Make sure `mavenCentral()` is present in your Gradle repositories ### Gradle dependency (Groovy) ```groovy dependencies { - implementation 'xyz.alexcrea:CustomAnvil:1.6.0' + implementation 'xyz.alexcrea:CustomAnvil:1.6.1' } ``` for easy copy paste: ```groovy -implementation 'xyz.alexcrea:CustomAnvil:1.6.0' +implementation 'xyz.alexcrea:CustomAnvil:1.6.1' ``` *** @@ -48,12 +48,12 @@ implementation 'xyz.alexcrea:CustomAnvil:1.6.0' ### Gradle dependency (Kotlin) ```kotlin dependencies { - implementation("xyz.alexcrea:CustomAnvil:1.6.0") + implementation("xyz.alexcrea:CustomAnvil:1.6.1") } ``` for easy copy paste: ```kotlin -implementation("xyz.alexcrea:CustomAnvil:1.6.0") +implementation("xyz.alexcrea:CustomAnvil:1.6.1") ``` ## Complementary information