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

Commit

Permalink
Update required dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bastianallgeier committed Jun 22, 2017
1 parent d8ed5ba commit 5751c00
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/src/panel.php
Expand Up @@ -35,13 +35,13 @@

class Panel {

static public $version = '2.5.0';
static public $version = '2.5.1';

// minimal requirements
static public $requires = array(
'php' => '5.4.0',
'toolkit' => '2.4.1',
'kirby' => '2.4.1'
'toolkit' => '2.5.1',
'kirby' => '2.5.1'
);

static public $instance;
Expand Down

0 comments on commit 5751c00

Please sign in to comment.