diff --git a/Changelog.md b/Changelog.md index 4ef52cb..855662b 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,6 +2,10 @@ This file holds the changelog for Pepperminty Wiki. This is the master list of things that have changed (second only to the commit history!) - though the information for any particular release can also be found in the description of it's page for every release made on GitHub too. +## v0.19.2-hotfix2 + - Patched another crazy bug in the extra data system in the downloader + + ## v0.19.1-hotfix1 - Patched [the downloader](https://starbeamrainbowlabs.com/labs/peppermint/download.php) which was throwing warnings when packing downloads diff --git a/apidoc.json b/apidoc.json index 15dff86..cc1036a 100644 --- a/apidoc.json +++ b/apidoc.json @@ -1,6 +1,6 @@ { "name": "Pepperminty Wiki", - "version": "0.19.1", + "version": "0.19.2", "description": "A wiki in a box. This is the API documentation.", "title": "Pepperminty Wiki (0.13-dev)" } diff --git a/package.json b/package.json index d65a08e..51b91b5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pepperminty-wiki", - "version": "0.19.1", + "version": "0.19.2", "description": "A wiki in a box", "main": "index.js", "directories": { diff --git a/version b/version index b8dcec0..1422a8a 100644 --- a/version +++ b/version @@ -1 +1 @@ -v0.19.1-hotfix1 +v0.19.2-hotfix1