diff --git a/composer.json b/composer.json index 6732b95..479e229 100755 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "kenshodigital/kirby-xhtml", "description": "Ensures well-formed XML and XHTML output for Kirby templates.", "type": "kirby-plugin", - "version": "1.0.0", + "version": "1.0.1", "homepage": "https://github.com/kenshodigital/kirby-xhtml", "license": "MIT", "authors": @@ -24,7 +24,7 @@ { "psr-4": { - "Kenshō\\Xhtml\\": "./src/" + "Kenshō\\XHTML\\": "./src/" } } }