Version 2.6.0

This commit is contained in:
tastybento 2021-02-23 18:58:47 -08:00
parent 52ee81501b
commit e002ade414
1 changed files with 6 additions and 1 deletions

View File

@ -65,7 +65,7 @@
<!-- Do not change unless you want different name for local builds. -->
<build.number>-LOCAL</build.number>
<!-- This allows to change between versions. -->
<build.version>2.5.3</build.version>
<build.version>2.6.0</build.version>
</properties>
<!-- Profiles will allow to automatically change build version. -->
@ -202,6 +202,11 @@
<artifactId>org.eclipse.jdt.annotation</artifactId>
<version>2.2.200</version>
</dependency>
<dependency>
<groupId>com.github.DeadSilenceIV</groupId>
<artifactId>AdvancedChestsAPI</artifactId>
<version>1.4</version>
</dependency>
</dependencies>
<build>