Skip to content
This repository was archived by the owner on Jan 25, 2021. It is now read-only.

Commit efc07a8

Browse files
Update version number
1 parent 7f9ac18 commit efc07a8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

app/src/panel.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@
3535

3636
class Panel {
3737

38-
static public $version = '2.5.13';
38+
static public $version = '2.5.14';
3939

4040
// minimal requirements
4141
static public $requires = array(
4242
'php' => '7.2.0',
43-
'toolkit' => '2.5.13',
44-
'kirby' => '2.5.13'
43+
'toolkit' => '2.5.14',
44+
'kirby' => '2.5.14'
4545
);
4646

4747
static public $instance;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kirby-panel",
3-
"version": "2.2.0",
3+
"version": "2.5.14",
44
"author": "Bastian Allgeier <bastian@getkirby.com>",
55
"homepage": "https://getkirby.com",
66
"repository": {

0 commit comments

Comments
 (0)