Skip to content

Commit fbb2667

Browse files
committed
[TASK] Correct version requirement in ext_emconf.php
Raise version to 1.2.1
1 parent d4529bb commit fbb2667

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ext_emconf.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
'state' => 'stable',
1111
'createDirs' => '',
1212
'clearCacheOnLoad' => true,
13-
'version' => '1.2.0',
13+
'version' => '1.2.1',
1414
'constraints' => [
1515
'depends' => [
16-
'typo3' => '10.4.0-10.4.99',
16+
'typo3' => '10.4.0-11.5.99',
1717
],
1818
'conflicts' => [],
1919
'suggests' => [
20-
'filemetadata' => '10.4.0-10.4.99',
20+
'filemetadata' => '10.4.0-11.5.99',
2121
]
2222
]
2323
];

0 commit comments

Comments
 (0)