diff --git a/README.md b/README.md index dc61b31..fe93143 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # MetaSEO - Search Engine Optimization for TYPO3 -![stable v2.0.1](https://img.shields.io/badge/stable-v2.0.1-green.svg?style=flat) +![stable v2.0.2](https://img.shields.io/badge/stable-v2.0.3-green.svg?style=flat) ![development v2.0.2](https://img.shields.io/badge/development-v2.0.2-red.svg?style=flat) ![License GPL3](https://img.shields.io/badge/license-GPL3-blue.svg?style=flat) @@ -22,7 +22,7 @@ It's a replacement for the "metatag" extension and the successor of the disconti ## Version status -* Version **2.0.1**: +* Version **2.0.2**: + Branch **master** + TYPO3 Version: 6.2.x - 7.6.x diff --git a/composer.json b/composer.json index f77f45d..992b907 100644 --- a/composer.json +++ b/composer.json @@ -8,7 +8,7 @@ }, "license": ["GPL-3.0+"], "keywords": ["TYPO3 CMS"], - "version": "2.0.1", + "version": "2.0.2", "autoload": { "psr-4": { "Metaseo\\Metaseo\\": "Classes/" diff --git a/ext_emconf.php b/ext_emconf.php index b2caccf..43587a9 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -5,7 +5,7 @@ 'description' => 'Search Engine Optimization (SEO), Indexed Google-Sitemap (TXT- and XML-Sitemap) for all Extensions (pibase, extbase), Metatags, Canonical-URL, Pagetitle manipulations, Crawler verification, Piwik and Google Analytics support and some more... multi-language- and multi-tree-support', 'category' => 'misc', 'shy' => 0, - 'version' => '2.0.1', + 'version' => '2.0.2', 'dependencies' => '', 'conflicts' => '', 'priority' => '',