diff --git a/composer.json b/composer.json index 4f39dc8..63ad691 100644 --- a/composer.json +++ b/composer.json @@ -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" diff --git a/ext_emconf.php b/ext_emconf.php index f20e712..5b63881 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -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',