From 315fb80b103c910e5bdaeaa9a61bd9c09bd7896d Mon Sep 17 00:00:00 2001 From: rafageist Date: Thu, 22 Aug 2019 13:57:44 -0400 Subject: [PATCH] release 5.1.2 --- README.md | 2 +- composer.json | 2 +- src/div.php | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a075e4d..e5bf3e7 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Div PHP Template Engine 5.1.1 +# Div PHP Template Engine 5.1.2 [![Build Status](http://divengine.com/status.png)](https://github.com/divengine/div) [![License](http://divengine.com/license.png)](https://www.gnu.org/licenses/gpl-3.0.txt) diff --git a/composer.json b/composer.json index 43378c4..f4077b2 100644 --- a/composer.json +++ b/composer.json @@ -7,7 +7,7 @@ "code generator" ], "homepage": "https://divengine.com", - "version": "5.1.1", + "version": "5.1.2", "authors": [ { "name": "Rafa Rodriguez", diff --git a/src/div.php b/src/div.php index 3d06dbc..c947ade 100644 --- a/src/div.php +++ b/src/div.php @@ -25,7 +25,7 @@ * * @package divengine/div * @author Rafa Rodriguez @rafageist [https://rafageist.github.io] - * @version 5.1.1 + * @version 5.1.2 * * @link https://divengine.com/div * @link https://github.com/divengine/div @@ -737,7 +737,7 @@ class div // ----- Internals ----- // current version of Div - private static $__version = '5.1.1'; + private static $__version = '5.1.2'; // name of the super class private static $__super_class;