From 40cd368eebce29a93fb7776d3905aa305d6ce4bc Mon Sep 17 00:00:00 2001 From: lleplat Date: Tue, 24 Jun 2025 15:03:42 +0100 Subject: [PATCH 1/2] Change version to 0.1.0 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 77ea31c..cee2937 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -5,7 +5,7 @@ plugins { qupathExtension { name = "qupath-extension-training" - version = "0.1.0-rc1" + version = "0.1.0" group = "io.github.qupath" description = "A QuPath extension to help learn how to use the software" automaticModule = "qupath.extension.training" From 9209264728d6d9ada2206343144ecd92a9729227 Mon Sep 17 00:00:00 2001 From: lleplat Date: Tue, 24 Jun 2025 15:05:22 +0100 Subject: [PATCH 2/2] Change version to 0.1.0 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index b888f12..cee2937 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -5,7 +5,7 @@ plugins { qupathExtension { name = "qupath-extension-training" - version = "0.1.0-rc2" + version = "0.1.0" group = "io.github.qupath" description = "A QuPath extension to help learn how to use the software" automaticModule = "qupath.extension.training"