mikuli.cz

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

commit 78fc0161fcdf4067b2a538041d5f8266c0aa2c63
parent 777570109d731f0692ef461b6fd8d19807ec3001
Author: markseu <mark2011@mayberg.se>
Date:   Wed, 22 Nov 2017 11:01:01 +0100

Made for people and machines

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.1 +Datenstrom Yellow 0.7.2 ======================= [![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 @@ -5,7 +5,7 @@ class YellowCore { - const VERSION = "0.7.1"; + const VERSION = "0.7.2"; var $page; //current page var $pages; //pages from file system var $files; //files from file system