diff --git a/composer.json b/composer.json index 1bb06bb..f2f2ff0 100755 --- a/composer.json +++ b/composer.json @@ -1,10 +1,10 @@ { "name": "splorp/paperback-export", "description": "Export Kirby 3 CMS content for use with the PaperBack Book Maker", - "version": "2.0.1", "keywords": ["kirby3", "kirby-cms", "kirby-plugin", "paperback-book-maker", "newton-book", "newton-os"], "homepage": "https://github.com/splorp/kirby-paperback-export", "type": "kirby-plugin", + "version": "2.0.2", "license": "MIT", "authors": [ { diff --git a/index.php b/index.php index b248123..0a92e84 100755 --- a/index.php +++ b/index.php @@ -3,7 +3,7 @@ /** * Kirby Paperback Export * - * @version 2.0.1 + * @version 2.0.2 * @author Grant Hutchinson * @copyright Grant Hutchinson * @link https://github.com/splorp/kirby-paperback-export diff --git a/readme.md b/readme.md index 6a56b8d..10c0493 100644 --- a/readme.md +++ b/readme.md @@ -103,6 +103,9 @@ return [ ## Release Notes +### 2.0.2 ++ Added `keywords`, `homepage`, `support.docs`, `support.source` to `composer.json` + ### 2.0.1.1 + Fixed version number in `index.php`