From 87fd5deb8053363f1bd3597a45afc3857309e59d Mon Sep 17 00:00:00 2001 From: Sn0wStorm Date: Sun, 10 Jul 2022 20:05:28 +0200 Subject: [PATCH] Increment version to 3.1.1 --- README.md | 6 +++--- pom.xml | 2 +- resources/plugin.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 05c7ee9d..aa4fa775 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ ### 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 @@ -28,11 +28,11 @@ com.github.DieReicheErethons Brewery - 3.1 + 3.1.1 provided ``` -_For older maven releases see [here](https://github.com/DieReicheErethons/Brewery/blob/v2.1.2/README.md)_ + ### License diff --git a/pom.xml b/pom.xml index d2b694e4..3fdc8c1e 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.dre Brewery - 3.1 + 3.1.1 Brewery diff --git a/resources/plugin.yml b/resources/plugin.yml index b224c5b0..96cf9b36 100644 --- a/resources/plugin.yml +++ b/resources/plugin.yml @@ -1,5 +1,5 @@ name: Brewery -version: 3.1 +version: 3.1.1 main: com.dre.brewery.P softdepend: [LWC, LogBlock, WorldGuard, GriefPrevention, Vault, ChestShop, Shopkeepers, Towny, BlockLocker, Slimefun] authors: [Milan Albrecht, Frank Baumann, ProgrammerDan, Daniel Saukel]