Skip to content

Commit

Permalink
[TASK] Fix version and gitattributes
Browse files Browse the repository at this point in the history
  • Loading branch information
ayacoo committed Jan 19, 2025
1 parent 1dbcfe6 commit d97a5c9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
/.github/ export-ignore
/.gitignore export-ignore
/.gitlab/ export-ignore
/.php-cs-fixer.cache export-ignore
/.php-cs-fixer.php export-ignore
/.phpstorm.meta.php export-ignore
/.prettierrc.js export-ignore
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ayacoo/video-validator",
"type": "typo3-cms-extension",
"version": "4.0.0",
"version": "4.1.1",
"description": "Checks online videos in TYPO3 for availability",
"homepage": "https://www.ayacoo.de",
"authors": [
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
'state' => 'stable',
'createDirs' => '',
'clearCacheOnLoad' => 0,
'version' => '4.0.0',
'version' => '4.1.1',
'constraints' => [
'depends' => [
'php' => '8.2.0-8.3.99',
Expand Down

0 comments on commit d97a5c9

Please sign in to comment.