Version 2.1.2 for Bukkit 1.16

This commit is contained in:
Sn0wStorm 2020-10-31 16:21:47 +01:00
parent af37f248ce
commit c474ccb9dd
3 changed files with 3 additions and 3 deletions

View File

@ -20,7 +20,7 @@ Also see [Wiki](https://github.com/DieReicheErethons/Brewery/wiki) | [Releases]
<dependency> <dependency>
<groupId>com.de</groupId> <groupId>com.de</groupId>
<artifactId>Brewery</artifactId> <artifactId>Brewery</artifactId>
<version>2.1.1</version> <version>2.1.2</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
``` ```

View File

@ -4,7 +4,7 @@
<groupId>com.dre</groupId> <groupId>com.dre</groupId>
<artifactId>Brewery</artifactId> <artifactId>Brewery</artifactId>
<version>2.1.1</version> <version>2.1.2</version>
<name>Brewery</name> <name>Brewery</name>
<properties> <properties>

View File

@ -1,5 +1,5 @@
name: Brewery name: Brewery
version: 2.1.1 version: 2.1.2
main: com.dre.brewery.P main: com.dre.brewery.P
softdepend: [LWC, LogBlock, WorldGuard, GriefPrevention, Vault, ChestShop] softdepend: [LWC, LogBlock, WorldGuard, GriefPrevention, Vault, ChestShop]
authors: [Milan Albrecht, Frank Baumann, ProgrammerDan, Daniel Saukel] authors: [Milan Albrecht, Frank Baumann, ProgrammerDan, Daniel Saukel]