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 1938f6c commit 4af7af7
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 11 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: Broadcaster
main: Broadcaster\Broadcaster
version: 1.3
api: [3.0.0-ALPHA7, 3.0.0-ALPHA8, 3.0.0-ALPHA9, 3.0.0-ALPHA10, 3.0.0-ALPHA11]
version: 1.4
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: Advanced Broadcasting plugin
Expand Down
2 changes: 1 addition & 1 deletion src/Broadcaster/Broadcaster.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* Broadcaster (v1.3) by EvolSoft
* Broadcaster (v1.4) by EvolSoft
* Developer: EvolSoft (Flavius12)
* Website: https://www.evolsoft.tk
* Date: 01/02/2018 01:09 PM (UTC)
Expand Down
2 changes: 1 addition & 1 deletion src/Broadcaster/Commands/SendMessage.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* Broadcaster (v1.3) by EvolSoft
* Broadcaster (v1.4) by EvolSoft
* Developer: EvolSoft (Flavius12)
* Website: https://www.evolsoft.tk
* Date: 01/02/2018 01:06 PM (UTC)
Expand Down
2 changes: 1 addition & 1 deletion src/Broadcaster/Commands/SendPopup.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* Broadcaster (v1.3) by EvolSoft
* Broadcaster (v1.4) by EvolSoft
* Developer: EvolSoft (Flavius12)
* Website: https://www.evolsoft.tk
* Date: 01/02/2018 01:06 PM (UTC)
Expand Down
2 changes: 1 addition & 1 deletion src/Broadcaster/Commands/SendTitle.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* Broadcaster (v1.3) by EvolSoft
* Broadcaster (v1.4) by EvolSoft
* Developer: EvolSoft (Flavius12)
* Website: https://www.evolsoft.tk
* Date: 01/02/2018 01:07 PM (UTC)
Expand Down
2 changes: 1 addition & 1 deletion src/Broadcaster/Tasks/MessageTask.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* Broadcaster (v1.3) by EvolSoft
* Broadcaster (v1.4) by EvolSoft
* Developer: EvolSoft (Flavius12)
* Website: https://www.evolsoft.tk
* Date: 01/02/2018 04:43 PM (UTC)
Expand Down
2 changes: 1 addition & 1 deletion src/Broadcaster/Tasks/PopupDurationTask.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* Broadcaster (v1.3) by EvolSoft
* Broadcaster (v1.4) by EvolSoft
* Developer: EvolSoft (Flavius12)
* Website: https://www.evolsoft.tk
* Date: 13/01/2018 04:01 PM (UTC)
Expand Down
2 changes: 1 addition & 1 deletion src/Broadcaster/Tasks/PopupTask.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* Broadcaster (v1.3) by EvolSoft
* Broadcaster (v1.4) by EvolSoft
* Developer: EvolSoft (Flavius12)
* Website: https://www.evolsoft.tk
* Date: 01/02/2018 04:44 PM (UTC)
Expand Down
2 changes: 1 addition & 1 deletion src/Broadcaster/Tasks/TitleTask.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* Broadcaster (v1.3) by EvolSoft
* Broadcaster (v1.4) by EvolSoft
* Developer: EvolSoft (Flavius12)
* Website: https://www.evolsoft.tk
* Date: 01/02/2018 04:45 PM (UTC)
Expand Down

0 comments on commit 4af7af7

Please sign in to comment.