Skip to content

Commit

Permalink
Finalized 2.0.2 changes
Browse files Browse the repository at this point in the history
  • Loading branch information
splorp committed Jul 13, 2022
1 parent c85b950 commit 6ea74c2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -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": [
{
Expand Down
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* Kirby Paperback Export
*
* @version 2.0.1
* @version 2.0.2
* @author Grant Hutchinson <grant@splorp.com>
* @copyright Grant Hutchinson <grant@splorp.com>
* @link https://github.com/splorp/kirby-paperback-export
Expand Down
3 changes: 3 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand Down

0 comments on commit 6ea74c2

Please sign in to comment.