Skip to content

Commit 852aa32

Browse files
committed
[TASK] Change license in composer manifest, raise version to 0.4
1 parent 3b8902d commit 852aa32

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Cloudinary integration in TYPO3. Use automatic breakpoint generation for images.",
44
"type": "typo3-cms-extension",
55
"homepage": "",
6-
"license": "GPL-2.0+",
6+
"license": ["GPL-2.0-or-later"],
77
"preferred-install": "dist",
88
"support": {
99
"irc": "",

ext_emconf.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
'description' => 'Cloudinary integration in TYPO3. Use automatic breakpoint generation for images.',
1010
'category' => 'service',
1111
'shy' => 0,
12-
'version' => '0.3.0',
12+
'version' => '0.4.0',
1313
'dependencies' => '',
1414
'conflicts' => '',
1515
'priority' => '',

0 commit comments

Comments
 (0)