Skip to content

Commit

Permalink
[FEATURE] bump spigot api version to 1.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
das-kaesebrot committed Jun 23, 2023
1 parent d803fe8 commit b079f43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repositories {
}

dependencies {
compileOnly 'org.spigotmc:spigot-api:1.19.3-R0.1-SNAPSHOT'
compileOnly 'org.spigotmc:spigot-api:1.20.1-R0.1-SNAPSHOT'
implementation 'com.cronutils:cron-utils:9.2.1'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.3'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.3'
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: CronAnnouncer
version: 1.0.0
main: eu.kaesebrot.dev.CronAnnouncerPlugin
api-version: 1.19
api-version: '1.20'

commands:
cronannouncer:
Expand Down

0 comments on commit b079f43

Please sign in to comment.