Skip to content

Commit

Permalink
v6.19.1 - bump apiVersion in plugin yml
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankHeijden committed Jun 23, 2024
1 parent 02249b8 commit 5167fa9
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Java CI with Gradle
on:
push:
branches: [ master ]
branches: [ main ]
jobs:
publish:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -54,6 +54,6 @@ jobs:
paper
purpur
game-versions: |
>=1.20.6
>=1.21
game-version-filter: releases
java: 21
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Changelog
- Added support for 1.21
- Dropped support for 1.20.X
- Bump api version in plugin.yml
2 changes: 1 addition & 1 deletion Insights/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ tasks.withType<ShadowJar> {
bukkit {
main = "dev.frankheijden.insights.Insights"
description = "Insights about your server and regional block limits"
apiVersion = "1.19"
apiVersion = "1.21"
website = "https://github.com/InsightsPlugin/Insights"
softDepend = listOf("PlaceholderAPI")
authors = listOf("FrankHeijden")
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Insights
<div align="center">
<a href="https://github.com/FrankHeijden/Insights/actions">
<img alt="GitHub Actions" src="https://github.com/FrankHeijden/Insights/workflows/Java%20CI%20with%20Gradle/badge.svg?branch=master"/>
<img alt="GitHub Actions" src="https://github.com/FrankHeijden/Insights/workflows/Java%20CI%20with%20Gradle/badge.svg?branch=main"/>
</a>
<a href="https://repo.fvdh.dev/#/releases/dev/frankheijden/insights/Insights">
<img alt="FvdH Repository" src="https://repo.fvdh.dev/api/badge/latest/releases/dev/frankheijden/insights/Insights?color=40c14a&amp;name=fvdh-repository"/>
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ plugins {
val name = "Insights"
group = "dev.frankheijden.insights"
val dependencyDir = "$group.dependencies"
version = "6.19.0"
version = "6.19.1"

subprojects {
apply(plugin = "java")
Expand Down

0 comments on commit 5167fa9

Please sign in to comment.