Bump to API version 4

pico-3.0
Daniel Rudolf 3 years ago
parent 0f152c7165
commit 76a761c3a2
No known key found for this signature in database
GPG Key ID: A061F02CD8DE4538
  1. 2
      lib/Pico.php
  2. 2
      plugins/DummyPlugin.php

@ -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

@ -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

Loading…
Cancel
Save