diff --git a/README.md b/README.md index f1fd1ae..eb4730e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # MvcCore - Extension - Controller - DataGrid -[![Latest Stable Version](https://img.shields.io/badge/Stable-v5.2.10-brightgreen.svg?style=plastic)](https://github.com/mvccore/ext-controller-datagrid/releases) +[![Latest Stable Version](https://img.shields.io/badge/Stable-v5.2.11-brightgreen.svg?style=plastic)](https://github.com/mvccore/ext-controller-datagrid/releases) [![License](https://img.shields.io/badge/License-BSD%203-brightgreen.svg?style=plastic)](https://mvccore.github.io/docs/mvccore/5.0.0/LICENSE.md) ![PHP Version](https://img.shields.io/badge/PHP->=5.4-brightgreen.svg?style=plastic) diff --git a/src/MvcCore/Ext/Controllers/DataGrid.php b/src/MvcCore/Ext/Controllers/DataGrid.php index bbcee57..c752a4d 100644 --- a/src/MvcCore/Ext/Controllers/DataGrid.php +++ b/src/MvcCore/Ext/Controllers/DataGrid.php @@ -32,5 +32,5 @@ class DataGrid * Comparison by PHP function version_compare(); * @see http://php.net/manual/en/function.version-compare.php */ - const VERSION = '5.2.10'; + const VERSION = '5.2.11'; } \ No newline at end of file