change version

This commit is contained in:
Simon Vieille 2022-05-07 16:24:11 +02:00
parent 1b6b3ab0c6
commit df106c70c9
Signed by: deblan
GPG Key ID: 579388D585F70417
2 changed files with 3 additions and 1 deletions

View File

@ -8,6 +8,8 @@
### Added
* CrudConfiguration::setAction can receive a callable instead of a boolean in 'enabled' param
* add grapesjs-component-code-editor and grapesjs-parser-postcss
### Fixed
* Fix the mail notifier
## [1.14.1] - 2022-04-30
### Added

View File

@ -3,7 +3,7 @@
namespace App\Core;
if (!defined('MURPH_VERSION')) {
define('MURPH_VERSION', 'v1.14.1');
define('MURPH_VERSION', 'v1.15.0');
}
/**