From 2edbfeb667d2e0b8b97169d3d9a2624af194ec0f Mon Sep 17 00:00:00 2001 From: Jendrik Johannes Date: Thu, 9 Jan 2025 13:36:43 +0100 Subject: [PATCH] chore: set version to 0.2.1 Signed-off-by: Jendrik Johannes --- README.md | 2 +- version.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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