Skip to content

Commit e0409e2

Browse files
fix: update version
1 parent 318ffb3 commit e0409e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "carsten-walther/image_copyright",
33
"type": "typo3-cms-extension",
4-
"version": "12.4.4",
4+
"version": "12.4.5",
55
"minimum-stability": "stable",
66
"description": "Add copyright informations of all images to your site",
77
"license": "GPL-3.0-or-later",

ext_emconf.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
'title' => 'Image Copyright',
99
'description' => 'Image based copyrights',
1010
'category' => 'misc',
11-
'version' => '12.4.4',
11+
'version' => '12.4.5',
1212
'state' => 'stable',
1313
'uploadfolder' => 0,
1414
'createDirs' => '',

0 commit comments

Comments
 (0)