From b24f02230e3461dbdcd2e616c7b8ecdb0f4b841e Mon Sep 17 00:00:00 2001 From: Flavius12 Date: Thu, 26 Apr 2018 15:53:12 +0200 Subject: [PATCH] API Bump --- README.md | 2 +- plugin.yml | 4 ++-- src/ServerChannels/Commands/Commands.php | 2 +- src/ServerChannels/EventListener.php | 2 +- src/ServerChannels/Events/ServerChannelsChatEvent.php | 2 +- src/ServerChannels/Events/ServerChannelsEvent.php | 2 +- src/ServerChannels/Events/ServerChannelsJoinEvent.php | 2 +- src/ServerChannels/Events/ServerChannelsLeaveEvent.php | 2 +- src/ServerChannels/ServerChannels.php | 2 +- 9 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 37e139a..5d67256 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ PocketMine-MP plugins ## Requirements -PocketMine-MP 1.7dev API 3.0.0-ALPHA7 -> 3.0.0-ALPHA11 +PocketMine-MP 1.7dev API 3.0.0-ALPHA7 -> 3.0.0-ALPHA12 ## Overview diff --git a/plugin.yml b/plugin.yml index dcc4646..21c83f7 100644 --- a/plugin.yml +++ b/plugin.yml @@ -1,7 +1,7 @@ name: ServerChannels main: ServerChannels\ServerChannels -version: 2.1 -api: [3.0.0-ALPHA7, 3.0.0-ALPHA8, 3.0.0-ALPHA9, 3.0.0-ALPHA10, 3.0.0-ALPHA11] +version: 2.2 +api: [3.0.0-ALPHA7, 3.0.0-ALPHA8, 3.0.0-ALPHA9, 3.0.0-ALPHA10, 3.0.0-ALPHA11, 3.0.0-ALPHA12] load: STARTUP author: EvolSoft description: A powerful chat channelling plugin for PocketMine-MP diff --git a/src/ServerChannels/Commands/Commands.php b/src/ServerChannels/Commands/Commands.php index 2f22251..df3bea0 100644 --- a/src/ServerChannels/Commands/Commands.php +++ b/src/ServerChannels/Commands/Commands.php @@ -1,7 +1,7 @@