From 78fc0161fcdf4067b2a538041d5f8266c0aa2c63 Mon Sep 17 00:00:00 2001 From: markseu Date: Wed, 22 Nov 2017 11:01:01 +0100 Subject: [PATCH] Made for people and machines --- README.md | 2 +- system/plugins/core.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 93e8948..74f89b3 100644 --- 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 index c9c1d06..c7c818a 100755 --- 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