diff --git a/README.md b/README.md index edb61d6ca2..e243ccc253 100644 --- a/README.md +++ b/README.md @@ -12,16 +12,16 @@ and unified architecture. Konsist guards are written in the form of unit tests ( ```kotlin // Gradle Kotlin: -testImplementation("com.lemonappdev:konsist:0.16.0") +testImplementation("com.lemonappdev:konsist:0.16.1") // Gradle Groovy: -testImplementation "com.lemonappdev:konsist:0.16.0" +testImplementation "com.lemonappdev:konsist:0.16.1" // Maven: com.lemonappdev konsist - 0.16.0 + 0.16.1 test ``` diff --git a/gradle.properties b/gradle.properties index c74ce5e725..e13b0a300d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,4 +3,4 @@ org.gradle.jvmargs=-Xms512M -Xmx4g -Dkotlin.daemon.jvm.options="-Xmx1g" org.gradle.parallel=true org.gradle.daemon=true -konsist.version=0.16.0 +konsist.version=0.16.1