Skip to content

Commit 9a43721

Browse files
committed
Release 1.14.1
1 parent 6d6ac56 commit 9a43721

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

plugin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: DevTools
22
main: DevTools\DevTools
3-
version: 1.14.0
3+
version: 1.14.1
44
api: [3.13.0]
55
load: STARTUP
66
author: PocketMine Team

src/DevTools/ConsoleScript.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* GNU General Public License for more details.
1818
*/
1919

20-
const DEVTOOLS_VERSION = "1.14.0";
20+
const DEVTOOLS_VERSION = "1.14.1";
2121

2222
const DEVTOOLS_REQUIRE_FILE_STUB = '<?php require("phar://" . __FILE__ . "/%s"); __HALT_COMPILER();';
2323
const DEVTOOLS_PLUGIN_STUB = '

0 commit comments

Comments
 (0)