Skip to content

Commit

Permalink
[RELEASE] feature_flag 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 400cf45 commit 75e45b7
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 @@ -90,6 +90,7 @@
],
"extension-release": [
"rm -rf .Build",
"rm -rf .code-quality",
"rm -rf Tests/",
"rm .gitignore",
"rm .scrutinizer.yml"
Expand All @@ -101,7 +102,7 @@
},
"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 @@ -11,7 +11,7 @@
'uploadfolder' => 0,
'createDirs' => '',
'clearCacheOnLoad' => 0,
'version' => '11.1.0',
'version' => '11.1.1',
'constraints' => [
'depends' => [
'typo3' => '11.5.0-11.5.99'
Expand Down

0 comments on commit 75e45b7

Please sign in to comment.