From e252bad4ca0004c2623e8447190d62854d8b2af9 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Thu, 7 May 2020 22:08:11 +0100 Subject: [PATCH] Bump version. It's time for the first beta release of v0.21 :D :D :D --- Changelog.md | 2 +- package-lock.json | 2 +- package.json | 2 +- version | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Changelog.md b/Changelog.md index 81019d7a..57d2392d 100644 --- a/Changelog.md +++ b/Changelog.md @@ -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.21-dev +## v0.21-beta1 ### Added - Watchlists! A new addition has been added to the more menu to add the current page to your personal watchlist diff --git a/package-lock.json b/package-lock.json index 6419e26e..11dcd4c3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "pepperminty-wiki", - "version": "0.20.0", + "version": "0.21.0-beta1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 20279451..4b7300b1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pepperminty-wiki", - "version": "0.20.0", + "version": "0.21.0-beta1", "description": "A wiki in a box", "main": "index.js", "directories": { diff --git a/version b/version index af3431c3..d73100e0 100644 --- a/version +++ b/version @@ -1 +1 @@ -v0.21-dev +v0.21-beta1