Skip to content

Commit 6ea74c2

Browse files
committed
Finalized 2.0.2 changes
1 parent c85b950 commit 6ea74c2

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "splorp/paperback-export",
33
"description": "Export Kirby 3 CMS content for use with the PaperBack Book Maker",
4-
"version": "2.0.1",
54
"keywords": ["kirby3", "kirby-cms", "kirby-plugin", "paperback-book-maker", "newton-book", "newton-os"],
65
"homepage": "https://github.com/splorp/kirby-paperback-export",
76
"type": "kirby-plugin",
7+
"version": "2.0.2",
88
"license": "MIT",
99
"authors": [
1010
{

index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* Kirby Paperback Export
55
*
6-
* @version 2.0.1
6+
* @version 2.0.2
77
* @author Grant Hutchinson <[email protected]>
88
* @copyright Grant Hutchinson <[email protected]>
99
* @link https://github.com/splorp/kirby-paperback-export

readme.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,9 @@ return [
103103

104104
## Release Notes
105105

106+
### 2.0.2
107+
+ Added `keywords`, `homepage`, `support.docs`, `support.source` to `composer.json`
108+
106109
### 2.0.1.1
107110
+ Fixed version number in `index.php`
108111

0 commit comments

Comments
 (0)