mirror of
https://github.com/sbrl/Pepperminty-Wiki.git
synced 2024-11-21 16:13:00 +00:00
Bump version
This commit is contained in:
parent
14eb9e0d41
commit
07eed388bd
4 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
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.23-dev (unreleased)
|
||||
## v0.23
|
||||
|
||||
## Added
|
||||
- Added HTTP API support for creating pages that don't yet have a name (#194)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "Pepperminty Wiki",
|
||||
"version": "0.22.0",
|
||||
"version": "0.23.0",
|
||||
"description": "A wiki in a box. This is the API documentation.",
|
||||
"title": "Pepperminty Wiki (0.22)"
|
||||
"title": "Pepperminty Wiki (0.23)"
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "pepperminty-wiki",
|
||||
"version": "0.22.0",
|
||||
"version": "0.23.0",
|
||||
"description": "A wiki in a box",
|
||||
"main": "index.js",
|
||||
"directories": {
|
||||
|
|
2
version
2
version
|
@ -1 +1 @@
|
|||
v0.23-dev
|
||||
v0.23
|
||||
|
|
Loading…
Reference in a new issue