diff --git a/Documentation/Settings.cfg b/Documentation/Settings.cfg index aa64e95..234b2fb 100644 --- a/Documentation/Settings.cfg +++ b/Documentation/Settings.cfg @@ -1,6 +1,6 @@ [general] project = Handlebars -release = 0.7.24 +release = 0.7.25 copyright = since 2020 by coding. powerful. systems. CPS GmbH author = Elias Häußler diff --git a/ext_emconf.php b/ext_emconf.php index df8e093..ca3a57d 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -24,7 +24,7 @@ 'title' => 'Handlebars', 'description' => 'A TYPO3 extension that provides an entire rendering environment for Handlebars templates. It is seamlessly integrated into TYPO3 and offers extensive configuration options to get all the power out of your templates.', 'category' => 'fe', - 'version' => '0.7.24', + 'version' => '0.7.25', 'state' => 'beta', 'author' => 'Elias Häußler', 'author_email' => 'e.haeussler@familie-redlich.de',