From cab0c73b48d5e4e23ab7bd891414761b3f5e1d29 Mon Sep 17 00:00:00 2001 From: Awilum Date: Sun, 3 Jan 2021 21:14:39 +0300 Subject: [PATCH] Flextype 0.9.15 --- CHANGELOG.md | 2 +- src/flextype/Foundation/Flextype.php | 2 +- src/flextype/flextype.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e54e565..f78c7f6a 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ -# [0.9.15](https://github.com/flextype/flextype/compare/v0.9.14...v0.9.15) (2020-01-xx) +# [0.9.15](https://github.com/flextype/flextype/compare/v0.9.14...v0.9.15) (2020-01-03) ### Features diff --git a/src/flextype/Foundation/Flextype.php b/src/flextype/Foundation/Flextype.php index e1a75185..7be6ee4f 100644 --- a/src/flextype/Foundation/Flextype.php +++ b/src/flextype/Foundation/Flextype.php @@ -22,7 +22,7 @@ final class Flextype extends App /** * Flextype version */ - public const VERSION = '0.9.14'; + public const VERSION = '0.9.15'; /** * The Flextype's instance is stored in a static field. This field is an diff --git a/src/flextype/flextype.yaml b/src/flextype/flextype.yaml index e5fcc2b8..cd432d16 100644 --- a/src/flextype/flextype.yaml +++ b/src/flextype/flextype.yaml @@ -1,5 +1,5 @@ name: Flextype -version: 0.9.14 +version: 0.9.15 description: Hybrid Content Management System author: name: Sergey Romanenko