diff --git a/Documentation/guides.xml b/Documentation/guides.xml
index 81f39f3..38dac67 100644
--- a/Documentation/guides.xml
+++ b/Documentation/guides.xml
@@ -13,6 +13,6 @@
edit-on-github="eliashaeussler/typo3-sitemap-locator"
typo3-core-preferred="main"
/>
-
+
diff --git a/ext_emconf.php b/ext_emconf.php
index 17a21bf..9d99db6 100644
--- a/ext_emconf.php
+++ b/ext_emconf.php
@@ -24,7 +24,7 @@
'title' => 'Sitemap Locator',
'description' => 'Looks up XML sitemaps as part of a configured site. Supports various sitemap providers, e.g. by configured page type or robots.txt, and allows to implement custom providers.',
'category' => 'fe',
- 'version' => '0.1.6',
+ 'version' => '0.1.7',
'state' => 'beta',
'author' => 'Elias Häußler',
'author_email' => 'elias@haeussler.dev',