1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-12 16:14:16 +02:00

Flextype 0.2.1

This commit is contained in:
Awilum
2018-03-26 12:45:45 +03:00
parent f1110182ee
commit d567a1eb3a
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
# Flextype
![version](https://img.shields.io/badge/version-0.2.0-brightgreen.svg?style=flat-square "Version")
![version](https://img.shields.io/badge/version-0.2.1-brightgreen.svg?style=flat-square "Version")
[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](https://github.com/flextype/flextype/blob/master/LICENSE.txt)
Flextype is next generation of Legendary Monstra Engine it is also Open Source, fast and flexible file-based Content Management System. That's Easy to install, upgrade and use. Flextype provides amazing API's for plugins, themes and core developers! Content in Flextype is just a simple files written with markdown syntax in pages folder. You simply create markdown files in the pages folder and that becomes a page.

View File

@@ -57,7 +57,7 @@ class Flextype
*
* @var string
*/
const VERSION = '0.2.0';
const VERSION = '0.2.1';
/**
* Constructor.