mikuli.cz

:)
git clone https://git.sr.ht/~ashymad/mikuli.cz
Log | Files | Refs

commit 90fa5c3a661734baab00b353ab85193d4e27bea2
parent de725efa0e81dec1a2f712b3a4b914a53c31e81b
Author: markseu <mark2011@mayberg.se>
Date:   Mon, 14 Jan 2019 15:12:53 +0100

updated version

Diffstat:
MREADME.md | 2+-
Msystem/plugins/core.php | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md @@ -1,4 +1,4 @@ -Datenstrom Yellow 0.7.9 +Datenstrom Yellow 0.7.10 ======================= [![Datenstrom Yellow](https://raw.githubusercontent.com/datenstrom/yellow-developers/master/media/images/datenstrom-yellow-en.jpg)](https://datenstrom.se/yellow/) diff --git a/system/plugins/core.php b/system/plugins/core.php @@ -4,7 +4,7 @@ // This file may be used and distributed under the terms of the public license. class YellowCore { - const VERSION = "0.7.9"; + const VERSION = "0.7.10"; public $page; //current page public $pages; //pages from file system public $files; //files from file system