mirror of
https://github.com/sbrl/Pepperminty-Wiki.git
synced 2024-11-16 14:33:01 +00:00
Bump versions
This commit is contained in:
parent
213c35bfeb
commit
681688902c
4 changed files with 4 additions and 4 deletions
|
@ -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.
|
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
|
## Screenshot
|
||||||
[![Main Page Example](https://i.imgur.com/5dmbKlz.png)](https://imgur.com/a/lsBc3cM)
|
[![Main Page Example](https://i.imgur.com/5dmbKlz.png)](https://imgur.com/a/lsBc3cM)
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "Pepperminty Wiki",
|
"name": "Pepperminty Wiki",
|
||||||
"version": "0.18",
|
"version": "0.19.1",
|
||||||
"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)"
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "pepperminty-wiki",
|
"name": "pepperminty-wiki",
|
||||||
"version": "0.19.0",
|
"version": "0.19.1",
|
||||||
"description": "A wiki in a box",
|
"description": "A wiki in a box",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"directories": {
|
"directories": {
|
||||||
|
|
2
version
2
version
|
@ -1 +1 @@
|
||||||
v0.19
|
v0.19.1-hotfix1
|
||||||
|
|
Loading…
Reference in a new issue