diff --git a/README.md b/README.md index 4a08a7b..bcd33af 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ the same code your CI builds and tests. ```kotlin plugins { - id("io.github.devcrocod.korro") version "0.2.1" + id("io.github.devcrocod.korro") version "0.2.2" } ``` @@ -234,7 +234,7 @@ rootProject.name = "korro-example" ```kotlin plugins { - id("io.github.devcrocod.korro") version "0.2.1" + id("io.github.devcrocod.korro") version "0.2.2" } repositories { diff --git a/gradle.properties b/gradle.properties index 5b3e2fc..45c806f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ # Project -version=0.2.1 +version=0.2.2 # Gradle daemon & performance org.gradle.jvmargs=-Xmx2G -Dfile.encoding=UTF-8