Skip to content

Commit

Permalink
version 2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasEi committed Oct 24, 2018
1 parent e601526 commit edaa29c
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

### v 2.2.3
- stop players from accepting invitations in blocked worlds

### 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+
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>gamebox</artifactId>
<groupId>me.nikl</groupId>
<version>2.2.2</version>
<version>2.2.3</version>
</parent>
<artifactId>gamebox-core</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion core/src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: GameBox
author: Nikl
main: me.nikl.gamebox.GameBox
version: 2.2.2
version: 2.2.3
website: nikl.me
softdepend: [Vault, PlaceholderAPI, CalendarEvents]

Expand Down
4 changes: 2 additions & 2 deletions distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>gamebox</artifactId>
<groupId>me.nikl</groupId>
<version>2.2.2</version>
<version>2.2.3</version>
</parent>
<artifactId>gamebox-distribution</artifactId>

Expand Down Expand Up @@ -68,7 +68,7 @@
<dependency>
<groupId>me.nikl</groupId>
<artifactId>gamebox-core</artifactId>
<version>2.2.2</version>
<version>2.2.3</version>
<scope>compile</scope>
</dependency>
<!-- games -->
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<artifactId>gamebox</artifactId>
<name>gamebox</name>
<packaging>pom</packaging>
<version>2.2.2</version>
<version>2.2.3</version>
<description>Collection of inventory games</description>
<url>https://gamebox.nikl.me</url>

Expand Down

0 comments on commit edaa29c

Please sign in to comment.