From c83a46625a3c7b3b3a698999dc051cacf0155d50 Mon Sep 17 00:00:00 2001 From: Chris Wesdorp Date: Wed, 8 Apr 2026 11:23:29 +0200 Subject: [PATCH 1/2] Set version to 0.0.11 for release --- README.md | 2 +- plugin/build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eb5ee1b..95e3231 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ Open `build.gradle` and add ```groovy plugins { id "application" - id "com.mendixlabs.mendix-gradle-plugin" version "0.0.10" + id "com.mendixlabs.mendix-gradle-plugin" version "0.0.11" } mendix { diff --git a/plugin/build.gradle.kts b/plugin/build.gradle.kts index fb1185c..7fea316 100644 --- a/plugin/build.gradle.kts +++ b/plugin/build.gradle.kts @@ -5,7 +5,7 @@ * For more details on writing Custom Plugins, please refer to https://docs.gradle.org/8.5/userguide/custom_plugins.html in the Gradle documentation. */ group = "com.mendixlabs.mendix-gradle-plugin" -version = "0.0.11-SNAPSHOT" +version = "0.0.11" plugins { // Apply the Java Gradle plugin development plugin to add support for developing Gradle plugins From db2b2a833d614f5e74a19b0f339d9b4a3b17806b Mon Sep 17 00:00:00 2001 From: Chris Wesdorp Date: Wed, 8 Apr 2026 11:39:48 +0200 Subject: [PATCH 2/2] Set development version to 0.0.12-SNAPSHOT --- plugin/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/build.gradle.kts b/plugin/build.gradle.kts index 7fea316..d2d1cf2 100644 --- a/plugin/build.gradle.kts +++ b/plugin/build.gradle.kts @@ -5,7 +5,7 @@ * For more details on writing Custom Plugins, please refer to https://docs.gradle.org/8.5/userguide/custom_plugins.html in the Gradle documentation. */ group = "com.mendixlabs.mendix-gradle-plugin" -version = "0.0.11" +version = "0.0.12-SNAPSHOT" plugins { // Apply the Java Gradle plugin development plugin to add support for developing Gradle plugins