From 4e23d73a69e59d3f5030666ac551ee0315516290 Mon Sep 17 00:00:00 2001 From: Awilum Date: Tue, 13 Sep 2022 13:34:49 +0300 Subject: [PATCH] Flextype 1.0.0-alpha.2 --- src/flextype/core/Flextype.php | 2 +- src/flextype/flextype.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/flextype/core/Flextype.php b/src/flextype/core/Flextype.php index 50af63c3..4d6d5e77 100644 --- a/src/flextype/core/Flextype.php +++ b/src/flextype/core/Flextype.php @@ -27,7 +27,7 @@ final class Flextype /** * Flextype version */ - public const VERSION = '1.0.0-alpha.1'; + public const VERSION = '1.0.0-alpha.2'; /** * The Flextype instance. diff --git a/src/flextype/flextype.yaml b/src/flextype/flextype.yaml index 182ad2be..f212e988 100644 --- a/src/flextype/flextype.yaml +++ b/src/flextype/flextype.yaml @@ -1,5 +1,5 @@ name: Flextype -version: "1.0.0-alpha.1" +version: "1.0.0-alpha.2" description: Hybrid Content Management System with the freedom of a headless CMS and with the full functionality of a traditional CMS author: name: Sergey Romanenko