1
0
Fork 0
mirror of https://github.com/sbrl/Pepperminty-Wiki.git synced 2024-06-01 22:03:02 +00:00

Bump version & update changelog

This commit is contained in:
Starbeamrainbowlabs 2019-08-29 20:42:34 +01:00
parent 3e353b3dfe
commit bfdf03f802
Signed by: sbrl
GPG key ID: 1BE5172E637709C2
4 changed files with 7 additions and 3 deletions

View file

@ -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. 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 ## v0.19.1-hotfix1
- Patched [the downloader](https://starbeamrainbowlabs.com/labs/peppermint/download.php) which was throwing warnings when packing downloads - Patched [the downloader](https://starbeamrainbowlabs.com/labs/peppermint/download.php) which was throwing warnings when packing downloads

View file

@ -1,6 +1,6 @@
{ {
"name": "Pepperminty Wiki", "name": "Pepperminty Wiki",
"version": "0.19.1", "version": "0.19.2",
"description": "A wiki in a box. This is the API documentation.", "description": "A wiki in a box. This is the API documentation.",
"title": "Pepperminty Wiki (0.13-dev)" "title": "Pepperminty Wiki (0.13-dev)"
} }

View file

@ -1,6 +1,6 @@
{ {
"name": "pepperminty-wiki", "name": "pepperminty-wiki",
"version": "0.19.1", "version": "0.19.2",
"description": "A wiki in a box", "description": "A wiki in a box",
"main": "index.js", "main": "index.js",
"directories": { "directories": {

View file

@ -1 +1 @@
v0.19.1-hotfix1 v0.19.2-hotfix1