Skip to content

Commit cdd15e3

Browse files
committed
Update API version and increment build version to 1.21.1. Save air in blueprints
1 parent d7bf7f8 commit cdd15e3

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
<!-- Revision variable removes warning about dynamic version -->
5151
<revision>${build.version}-SNAPSHOT</revision>
5252
<!-- This allows to change between versions and snapshots. -->
53-
<build.version>1.21.0</build.version>
53+
<build.version>1.21.1</build.version>
5454
<build.number>-LOCAL</build.number>
5555
<sonar.organization>bentobox-world</sonar.organization>
5656
<sonar.host.url>https://sonarcloud.io</sonar.host.url>

src/main/resources/blueprints/lush.blueprint

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

src/main/resources/blueprints/miners-cave.blueprint

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

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-CaveBlock
22
main: world.bentobox.caveblock.CaveBlockPladdon
33
version: ${project.version}${build.number}
4-
api-version: "1.21.11"
4+
api-version: "1.21.5"
55

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

0 commit comments

Comments
 (0)