diff --git a/README.md b/README.md index 13118f5..1cbf989 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Modules (subprojects) are located in the directory hierarchy by using the `javaM ``` // settings.gradle.kts plugins { - id("org.hiero.gradle.build") version "0.2.0" + id("org.hiero.gradle.build") version "0.2.1" } // Define location of Modules (subprojects) diff --git a/version.txt b/version.txt index 341cf11..7dff5b8 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.2.0 \ No newline at end of file +0.2.1 \ No newline at end of file