Bump to API version 4

This commit is contained in:
Daniel Rudolf 2022-02-07 00:00:27 +01:00
parent 0f152c7165
commit 76a761c3a2
No known key found for this signature in database
GPG Key ID: A061F02CD8DE4538
2 changed files with 2 additions and 2 deletions

View File

@ -70,7 +70,7 @@ class Pico
* *
* @var int * @var int
*/ */
public const API_VERSION = 3; public const API_VERSION = 4;
/** /**
* Sort files in alphabetical ascending order * Sort files in alphabetical ascending order

View File

@ -32,7 +32,7 @@ class DummyPlugin extends AbstractPicoPlugin
* *
* @var int * @var int
*/ */
public const API_VERSION = 3; public const API_VERSION = 4;
/** /**
* This plugin is disabled by default * This plugin is disabled by default