Skip to content

Commit

Permalink
fix: api version and update to notquests v5.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AlessioGr committed Jun 11, 2023
1 parent b01a8c6 commit f2fa7a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ plugins {


group = "rocks.gravili.notquests"
version = "5.15.0"
version = "5.16.0"


repositories {
Expand Down
2 changes: 1 addition & 1 deletion plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ bukkit {
name = "NotQuests"
version = rootProject.version.toString()
main = "rocks.gravili.notquests.Main"
apiVersion = "1.20"
apiVersion = "1.19"
authors = listOf("AlessioGr")
description = "Flexible, open, GUI Quest Plugin for Minecraft 1.20"
website = "https://www.notquests.com"
Expand Down

0 comments on commit f2fa7a3

Please sign in to comment.