diff --git a/.gitattributes b/.gitattributes index e55389b8..5f217383 100644 --- a/.gitattributes +++ b/.gitattributes @@ -4,7 +4,6 @@ /.editorconfig export-ignore /.gitattributes export-ignore /.gitlab-ci.yml export-ignore -/composer.json export-ignore /crowdin.yml export-ignore /Makefile export-ignore /rector.php export-ignore diff --git a/ext_emconf.php b/ext_emconf.php index 8f820315..6868636a 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -4,7 +4,7 @@ 'title' => 'Cart', 'description' => 'Shopping Cart(s) for TYPO3', 'category' => 'plugin', - 'version' => '9.0.2', + 'version' => '9.0.3', 'state' => 'stable', 'author' => 'Daniel Gohlke', 'author_email' => 'ext@extco.de',