Version 1.14.0

This commit is contained in:
tastybento 2020-06-06 17:19:20 -07:00
parent baba69a74c
commit e5b01a1647
2 changed files with 3 additions and 3 deletions

View File

@ -59,13 +59,13 @@
<powermock.version>2.0.2</powermock.version>
<!-- More visible way how to change dependency versions -->
<spigot.version>1.15.2-R0.1-SNAPSHOT</spigot.version>
<bentobox.version>1.13.1</bentobox.version>
<bentobox.version>1.14.0-SNAPSHOT</bentobox.version>
<!-- Revision variable removes warning about dynamic version -->
<revision>${build.version}-SNAPSHOT</revision>
<!-- Do not change unless you want different name for local builds. -->
<build.number>-LOCAL</build.number>
<!-- This allows to change between versions. -->
<build.version>1.13.1</build.version>
<build.version>1.14.0</build.version>
</properties>
<!-- Profiles will allow to automatically change build version. -->

View File

@ -1,7 +1,7 @@
name: BSkyBlock
main: world.bentobox.bskyblock.BSkyBlock
version: ${version}${build.number}
api-version: 1.13.0
api-version: 1.14
metrics: true
icon: "OAK_SAPLING"
repository: "BentoBoxWorld/BSkyBlock"