Skip to content

Commit

Permalink
chore(release): 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
schloram committed Aug 17, 2021
1 parent 18ef602 commit 672a844
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
"dev-master": "2.1.x-dev"
},
"typo3/cms": {
"extension-key": "headless_gridelements"
Expand Down
4 changes: 2 additions & 2 deletions ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
'author' => 'Ramón Schlosser',
'author_email' => 'schlosser@itplusx.de',
'author_company' => 'ITplusX GmbH',
'state' => 'beta',
'state' => 'stable',
'clearCacheOnLoad' => 0,
'version' => '2.0.4-dev',
'version' => '2.1.0',
'constraints' => [
'depends' => [
'php' => '7.2.0-0.0.0',
Expand Down

0 comments on commit 672a844

Please sign in to comment.