Skip to content

Commit 4de16e9

Browse files
committed
fix: compatible with 6.2
1 parent 03b0a56 commit 4de16e9

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
99

10+
## [1.28.0] - 2024-05-24
11+
12+
- Compatible with plugin interface version 6.2
13+
1014
## [1.27.1] - 2024-04-19
1115

1216
- Compatible with plugin interface version 6.1

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ plugins {
22
id 'java-library'
33
}
44

5-
version = "1.27.1"
5+
version = "1.28.0"
66

77
repositories {
88
mavenCentral()

pluginInterfaceSupported.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"_comment": "contains a list of plugin interfaces branch names that this core supports",
33
"versions": [
4-
"6.1"
4+
"6.2"
55
]
66
}

0 commit comments

Comments
 (0)