Skip to content

Commit

Permalink
[RELEASE] happy_feet version 11.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix Semmler committed Jun 17, 2022
1 parent 0e94b7e commit 1f140c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,14 +96,15 @@
],
"extension-release": [
"rm -rf .Build",
"rm -rf .code-quality",
"rm -rf Tests/",
"rm .gitignore",
"rm .scrutinizer.yml"
]
},
"extra": {
"branch-alias": {
"dev-main": "11.1.0-dev"
"dev-main": "11.1.x-dev"
},
"typo3/cms": {
"cms-package-dir": "{$vendor-dir}/typo3/cms",
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
'clearCacheOnLoad' => 0,
'lockType' => '',
'author_company' => 'AOE GmbH',
'version' => '11.1.0',
'version' => '11.1.1',
'constraints' => [
'depends' => [
'typo3' => '11.5.0-11.5.99',
Expand Down

0 comments on commit 1f140c4

Please sign in to comment.