From 6b210a8c76fe25842207ed7db671b1bf05dde7bf Mon Sep 17 00:00:00 2001 From: tamassoltesz Date: Tue, 30 Sep 2025 14:32:01 +0200 Subject: [PATCH 1/2] increase build version --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 4502c5993..4e9cf7679 100644 --- a/build.gradle +++ b/build.gradle @@ -26,7 +26,7 @@ java { } } -version = "11.1.0" +version = "11.2.0" repositories { mavenCentral() From 8eea3d873f9d40bb44b27c346378a6bc6153e676 Mon Sep 17 00:00:00 2001 From: tamassoltesz Date: Tue, 30 Sep 2025 14:53:04 +0200 Subject: [PATCH 2/2] increase plugin interface version --- pluginInterfaceSupported.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pluginInterfaceSupported.json b/pluginInterfaceSupported.json index 144107a2b..b48b96cd4 100644 --- a/pluginInterfaceSupported.json +++ b/pluginInterfaceSupported.json @@ -1,6 +1,6 @@ { "_comment": "contains a list of plugin interfaces branch names that this core supports", "versions": [ - "8.1" + "8.2" ] } \ No newline at end of file