Increment version to 3.1.1

This commit is contained in:
Sn0wStorm
2022-07-10 20:05:28 +02:00
parent db428892e9
commit 87fd5deb80
3 changed files with 5 additions and 5 deletions
+3 -3
View File
@@ -15,7 +15,7 @@
### JavaDocs ### JavaDocs
[JavaDocs on Jitpack](https://javadoc.jitpack.io/com/github/DieReicheErethons/Brewery/-3166f8c81b-1/javadoc/index.html) [JavaDocs on Jitpack](https://javadoc.jitpack.io/com/github/DieReicheErethons/Brewery/3.1.1/javadoc/index.html)
### Maven ### Maven
@@ -28,11 +28,11 @@
<dependency> <dependency>
<groupId>com.github.DieReicheErethons</groupId> <groupId>com.github.DieReicheErethons</groupId>
<artifactId>Brewery</artifactId> <artifactId>Brewery</artifactId>
<version>3.1</version> <version>3.1.1</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
``` ```
_For older maven releases see [here](https://github.com/DieReicheErethons/Brewery/blob/v2.1.2/README.md)_
### License ### License
+1 -1
View File
@@ -4,7 +4,7 @@
<groupId>com.dre</groupId> <groupId>com.dre</groupId>
<artifactId>Brewery</artifactId> <artifactId>Brewery</artifactId>
<version>3.1</version> <version>3.1.1</version>
<name>Brewery</name> <name>Brewery</name>
<properties> <properties>
+1 -1
View File
@@ -1,5 +1,5 @@
name: Brewery name: Brewery
version: 3.1 version: 3.1.1
main: com.dre.brewery.P main: com.dre.brewery.P
softdepend: [LWC, LogBlock, WorldGuard, GriefPrevention, Vault, ChestShop, Shopkeepers, Towny, BlockLocker, Slimefun] softdepend: [LWC, LogBlock, WorldGuard, GriefPrevention, Vault, ChestShop, Shopkeepers, Towny, BlockLocker, Slimefun]
authors: [Milan Albrecht, Frank Baumann, ProgrammerDan, Daniel Saukel] authors: [Milan Albrecht, Frank Baumann, ProgrammerDan, Daniel Saukel]