Skip to content

Commit

Permalink
DevTools 1.12.9
Browse files Browse the repository at this point in the history
  • Loading branch information
dktapps committed Feb 4, 2018
1 parent b8bb6e6 commit 96fa93a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions plugin.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: DevTools
main: DevTools\DevTools
version: 1.12.8
api: [3.0.0-ALPHA7, 3.0.0-ALPHA8, 3.0.0-ALPHA9, 3.0.0-ALPHA10]
version: 1.12.9
api: [3.0.0-ALPHA7, 3.0.0-ALPHA8, 3.0.0-ALPHA9, 3.0.0-ALPHA10, 3.0.0-ALPHA11]
load: STARTUP
author: PocketMine Team
description: Helps develop and distribute PocketMine-MP plugins
Expand Down
2 changes: 1 addition & 1 deletion src/DevTools/ConsoleScript.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* GNU General Public License for more details.
*/

const VERSION = "1.12.8";
const VERSION = "1.12.9";

$opts = getopt("", ["make:", "relative:", "out:", "entry:", "compress", "stub:"]);

Expand Down

0 comments on commit 96fa93a

Please sign in to comment.