Skip to content

Commit

Permalink
fix: compatible with 6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sattvikc committed Oct 4, 2024
1 parent bcf2748 commit ba8acd7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins {
id 'java-library'
}

version = "1.28.0"
version = "1.29.0"

repositories {
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion pluginInterfaceSupported.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"_comment": "contains a list of plugin interfaces branch names that this core supports",
"versions": [
"6.2"
"6.3"
]
}

0 comments on commit ba8acd7

Please sign in to comment.