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

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
bastianallgeier committed Dec 1, 2020
1 parent 7f9ac18 commit efc07a8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions app/src/panel.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@

class Panel {

static public $version = '2.5.13';
static public $version = '2.5.14';

// minimal requirements
static public $requires = array(
'php' => '7.2.0',
'toolkit' => '2.5.13',
'kirby' => '2.5.13'
'toolkit' => '2.5.14',
'kirby' => '2.5.14'
);

static public $instance;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kirby-panel",
"version": "2.2.0",
"version": "2.5.14",
"author": "Bastian Allgeier <[email protected]>",
"homepage": "https://getkirby.com",
"repository": {
Expand Down

0 comments on commit efc07a8

Please sign in to comment.