diff --git a/manifest.php b/manifest.php index 69a9197..beaafe7 100644 --- a/manifest.php +++ b/manifest.php @@ -5,8 +5,12 @@ $manifest = array(); $manifest['name'] = __( 'SEO', 'fw' ); -$manifest['description'] = __( 'This extension will enable you to have a fully optimized WordPress website by adding optimized meta titles, keywords and descriptions.', 'fw' ); -$manifest['version'] = '1.0.2'; +$manifest['description'] = __( + 'This extension will enable you to have a fully optimized WordPress website' + .' by adding optimized meta titles, keywords and descriptions.', + 'fw' +); +$manifest['version'] = '1.0.3'; $manifest['display'] = true; $manifest['standalone'] = true;