From 25cef164ef84476330329be35ac557bd8fa94044 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Sun, 24 Nov 2019 12:01:09 +0000 Subject: [PATCH] Bump version ready for release :D --- Changelog.md | 4 +++- apidoc.json | 4 ++-- package.json | 2 +- version | 2 +- 4 files changed, 7 insertions(+), 5 deletions(-) diff --git a/Changelog.md b/Changelog.md index f1cdc79..3ba4b9c 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,7 +2,9 @@ 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.20-beta2 +## v0.20 +_Just 1 change since the previous beta release._ + - Add optional "say hi" button to first-run setup wizard - You don't _have_ to click it, but it would be cool if you did :-) diff --git a/apidoc.json b/apidoc.json index 3cd02af..1a57b01 100644 --- a/apidoc.json +++ b/apidoc.json @@ -1,6 +1,6 @@ { "name": "Pepperminty Wiki", - "version": "0.19.4", + "version": "0.20.0", "description": "A wiki in a box. This is the API documentation.", - "title": "Pepperminty Wiki (0.13-dev)" + "title": "Pepperminty Wiki (0.20)" } diff --git a/package.json b/package.json index 3290e12..2027945 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pepperminty-wiki", - "version": "0.20.0-beta1", + "version": "0.20.0", "description": "A wiki in a box", "main": "index.js", "directories": { diff --git a/version b/version index 61d16a2..ef27085 100644 --- a/version +++ b/version @@ -1 +1 @@ -v0.20-beta2 +v0.20