From 789c558ad1820261cb4cddf6ad2bc61af1afb936 Mon Sep 17 00:00:00 2001 From: Jendrik Johannes Date: Mon, 6 Jan 2025 17:08:46 +0100 Subject: [PATCH] chore: set version to 0.2.0 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 9bd2b09..13118f5 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.1.0" + id("org.hiero.gradle.build") version "0.2.0" } // Define location of Modules (subprojects) diff --git a/version.txt b/version.txt index 446ba66..341cf11 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.1.4 \ No newline at end of file +0.2.0 \ No newline at end of file