Skip to content

Commit 472d1fe

Browse files
authored
Merge pull request #367 from BentoBoxWorld/365_add_detail_command
Adjust versions to allow backward compatibility
2 parents d302ecd + abcb8aa commit 472d1fe

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@
5454
<!-- Non-minecraft related dependencies -->
5555
<powermock.version>2.0.9</powermock.version>
5656
<!-- More visible way how to change dependency versions -->
57-
<spigot.version>1.21.3-R0.1-SNAPSHOT</spigot.version>
58-
<bentobox.version>3.3.1-SNAPSHOT</bentobox.version>
57+
<spigot.version>1.20.1-R0.1-SNAPSHOT</spigot.version>
58+
<bentobox.version>3.3.0</bentobox.version>
5959
<!-- Warps addon version -->
6060
<warps.version>1.12.0</warps.version>
6161
<!-- Visit addon version -->

src/main/resources/addon.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Level
22
main: world.bentobox.level.Level
33
version: ${version}${build.number}
44
icon: DIAMOND
5-
api-version: 3.3.0
5+
api-version: 2.4.0
66

77
authors: tastybento
88

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-Level
22
main: world.bentobox.level.LevelPladdon
33
version: ${project.version}${build.number}
4-
api-version: "1.21.4"
4+
api-version: "1.20"
55

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

0 commit comments

Comments
 (0)