From ba8acd70fd3a5a877e32d2925a5530348771beb9 Mon Sep 17 00:00:00 2001 From: Sattvik Chakravarthy Date: Fri, 4 Oct 2024 10:31:43 +0530 Subject: [PATCH] fix: compatible with 6.3 --- CHANGELOG.md | 4 ++++ build.gradle | 2 +- pluginInterfaceSupported.json | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a2c89b..dc8c558 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [1.29.0] - 2024-10-04 + +- Compatible with plugin interface version 6.3 + ## [1.28.0] - 2024-05-24 - Compatible with plugin interface version 6.2 diff --git a/build.gradle b/build.gradle index 0014c54..7a80d21 100644 --- a/build.gradle +++ b/build.gradle @@ -2,7 +2,7 @@ plugins { id 'java-library' } -version = "1.28.0" +version = "1.29.0" repositories { mavenCentral() diff --git a/pluginInterfaceSupported.json b/pluginInterfaceSupported.json index 0dedee8..25f8238 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": [ - "6.2" + "6.3" ] } \ No newline at end of file