diff --git a/changelog.md b/changelog.md index c9965cc..1dc5afe 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,6 @@ # Changelog +### v 2.2.2 - stop picking up items when the event was canceled by another plugin - fix removing of glow for mc version 1.13+ - add support for mc 1.13.1 diff --git a/core/pom.xml b/core/pom.xml index 99a7ce0..b284a48 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -7,7 +7,7 @@ gamebox me.nikl - 2.2.1 + 2.2.2 gamebox-core diff --git a/core/src/main/resources/plugin.yml b/core/src/main/resources/plugin.yml index ae914e9..e6d3c38 100644 --- a/core/src/main/resources/plugin.yml +++ b/core/src/main/resources/plugin.yml @@ -1,7 +1,7 @@ name: GameBox author: Nikl main: me.nikl.gamebox.GameBox -version: 2.2.1 +version: 2.2.2 website: nikl.me softdepend: [Vault, PlaceholderAPI, CalendarEvents] diff --git a/distribution/pom.xml b/distribution/pom.xml index dd94225..08b4af0 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -7,7 +7,7 @@ gamebox me.nikl - 2.2.1 + 2.2.2 gamebox-distribution @@ -68,7 +68,7 @@ me.nikl gamebox-core - 2.2.1 + 2.2.2 compile diff --git a/pom.xml b/pom.xml index 13e6b7e..e13bbb1 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ gamebox gamebox pom - 2.2.1 + 2.2.2 Collection of inventory games https://gamebox.nikl.me