We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 955eada commit c485cfeCopy full SHA for c485cfe
Documentation/Settings.cfg
@@ -3,7 +3,7 @@
3
project = Make
4
description = Kickstarter CLI tool for various TYPO3 functionalities
5
version = 0.1
6
-release = 0.1.4
+release = 0.1.5
7
t3author = b13 GmbH
8
9
[html_theme_options]
ext_emconf.php
@@ -9,7 +9,7 @@
'author_company' => 'b13 GmbH',
10
'state' => 'beta',
11
'clearCacheOnLoad' => true,
12
- 'version' => '0.1.4',
+ 'version' => '0.1.5',
13
'constraints' => [
14
'depends' => [
15
'typo3' => '10.4.0-11.5.99', // This differs to composer.json since TER does not yet allow v12 dependencies
0 commit comments