Skip to content

Commit bc43488

Browse files
committed
Put API requirements into config files
1 parent bf90fc7 commit bc43488

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/resources/addon.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version: ${version}${build.number}
44
metrics: true
55
repository: "BentoBoxWorld/SkyGrid"
66
icon: "COBWEB"
7-
api-version: 2.4.1
7+
api-version: 2.7.1
88

99
authors: tastybento
1010

src/main/resources/plugin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: BentoBox-SkyGrid
22
main: world.bentobox.skygrid.SkyGridPladdon
33
version: ${project.version}${build.number}
4-
api-version: "1.19"
4+
api-version: "1.21"
55

66
authors: [tastybento]
77
contributors: ["The BentoBoxWorld Community"]

0 commit comments

Comments
 (0)