diff --git a/README.md b/README.md index 37c5a0b..72c2ef2 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Pepperminty Wiki is a complete wiki engine contained in a single file, inspired Developed by Starbeamrainbowlabs (though contributions from others are welcome!), Pepperminty Wiki has a variety of useful (and cool!) features - such as file upload, a dynamic help page, page revision history, page tags, and more! Other amazing features are in the works too (like a theme gallery, auto update, and user watchlists), so check the release notes to see what's been added recently. -**Latest Version:** [![stable version badge](https://img.shields.io/github/release/sbrl/Pepperminty-Wiki.svg?color=brightgreen&label=stable)](https://github.com/sbrl/Pepperminty-Wiki/releases/latest) ![development version badge](https://img.shields.io/badge/development-v0.19--dev-orange.svg) ([Changelog](https://github.com/sbrl/Pepperminty-Wiki/blob/master/Changelog.md)) +**Latest Version:** [![stable version badge](https://img.shields.io/github/release/sbrl/Pepperminty-Wiki.svg?color=brightgreen&label=stable)](https://github.com/sbrl/Pepperminty-Wiki/releases/latest) ![development version badge](https://img.shields.io/badge/development-v0.20--dev-orange.svg) ([Changelog](https://github.com/sbrl/Pepperminty-Wiki/blob/master/Changelog.md)) ## Screenshot [![Main Page Example](https://i.imgur.com/5dmbKlz.png)](https://imgur.com/a/lsBc3cM) diff --git a/apidoc.json b/apidoc.json index 989c27a..15dff86 100644 --- a/apidoc.json +++ b/apidoc.json @@ -1,6 +1,6 @@ { "name": "Pepperminty Wiki", - "version": "0.18", + "version": "0.19.1", "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 05d5924..d65a08e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pepperminty-wiki", - "version": "0.19.0", + "version": "0.19.1", "description": "A wiki in a box", "main": "index.js", "directories": { diff --git a/version b/version index a8b26f5..b8dcec0 100644 --- a/version +++ b/version @@ -1 +1 @@ -v0.19 +v0.19.1-hotfix1