Skip to content

Commit

Permalink
API Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Flavius12 committed Apr 26, 2018
1 parent a76683d commit b24f022
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions plugin.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/ServerChannels/Commands/Commands.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* ServerChannels (v2.1) by EvolSoft
* ServerChannels (v2.2) by EvolSoft
* Developer: EvolSoft (Flavius12)
* Website: https://www.evolsoft.tk
* Date: 14/02/2018 10:03 AM (UTC)
Expand Down
2 changes: 1 addition & 1 deletion src/ServerChannels/EventListener.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* ServerChannels (v2.1) by EvolSoft
* ServerChannels (v2.2) by EvolSoft
* Developer: EvolSoft (Flavius12)
* Website: https://www.evolsoft.tk
* Date: 14/02/2018 10:03 AM (UTC)
Expand Down
2 changes: 1 addition & 1 deletion src/ServerChannels/Events/ServerChannelsChatEvent.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* ServerChannels (v2.1) by EvolSoft
* ServerChannels (v2.2) by EvolSoft
* Developer: EvolSoft (Flavius12)
* Website: https://www.evolsoft.tk
* Date: 14/02/2018 10:03 AM (UTC)
Expand Down
2 changes: 1 addition & 1 deletion src/ServerChannels/Events/ServerChannelsEvent.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* ServerChannels (v2.1) by EvolSoft
* ServerChannels (v2.2) by EvolSoft
* Developer: EvolSoft (Flavius12)
* Website: https://www.evolsoft.tk
* Date: 14/02/2018 10:03 AM (UTC)
Expand Down
2 changes: 1 addition & 1 deletion src/ServerChannels/Events/ServerChannelsJoinEvent.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* ServerChannels (v2.1) by EvolSoft
* ServerChannels (v2.2) by EvolSoft
* Developer: EvolSoft (Flavius12)
* Website: https://www.evolsoft.tk
* Date: 14/02/2018 10:03 AM (UTC)
Expand Down
2 changes: 1 addition & 1 deletion src/ServerChannels/Events/ServerChannelsLeaveEvent.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* ServerChannels (v2.1) by EvolSoft
* ServerChannels (v2.2) by EvolSoft
* Developer: EvolSoft (Flavius12)
* Website: https://www.evolsoft.tk
* Date: 14/02/2018 10:03 AM (UTC)
Expand Down
2 changes: 1 addition & 1 deletion src/ServerChannels/ServerChannels.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* ServerChannels (v2.1) by EvolSoft
* ServerChannels (v2.2) by EvolSoft
* Developer: EvolSoft (Flavius12)
* Website: https://www.evolsoft.tk
* Date: 15/02/2018 12:50 AM (UTC)
Expand Down

0 comments on commit b24f022

Please sign in to comment.