diff --git a/README.md b/README.md index 2b98c78c..34488c50 100755 --- a/README.md +++ b/README.md @@ -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. diff --git a/flextype/Flextype.php b/flextype/Flextype.php index c3ea1438..761709a7 100755 --- a/flextype/Flextype.php +++ b/flextype/Flextype.php @@ -57,7 +57,7 @@ class Flextype * * @var string */ - const VERSION = '0.2.0'; + const VERSION = '0.2.1'; /** * Constructor.