From efc07a80fd0bfa96c9f142a0a75e26832538ba37 Mon Sep 17 00:00:00 2001 From: Bastian Allgeier Date: Tue, 1 Dec 2020 13:31:51 +0100 Subject: [PATCH] Update version number --- app/src/panel.php | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/src/panel.php b/app/src/panel.php index 2030cc87..46252261 100644 --- a/app/src/panel.php +++ b/app/src/panel.php @@ -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; diff --git a/package.json b/package.json index 91f0d273..e2787a84 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "kirby-panel", - "version": "2.2.0", + "version": "2.5.14", "author": "Bastian Allgeier ", "homepage": "https://getkirby.com", "repository": {