From d4e82db91cddb7c2daa01147cc6202f50b3b9373 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Thu, 9 Jul 2020 00:25:54 +0100 Subject: [PATCH] Bump version --- apidoc.json | 2 +- package-lock.json | 2 +- package.json | 2 +- version | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apidoc.json b/apidoc.json index 1a57b01..05f608e 100644 --- a/apidoc.json +++ b/apidoc.json @@ -1,6 +1,6 @@ { "name": "Pepperminty Wiki", - "version": "0.20.0", + "version": "0.21.1", "description": "A wiki in a box. This is the API documentation.", "title": "Pepperminty Wiki (0.20)" } diff --git a/package-lock.json b/package-lock.json index 11dcd4c..e212aae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "pepperminty-wiki", - "version": "0.21.0-beta1", + "version": "0.21.1-hotfix1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a6edf35..2578ba0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pepperminty-wiki", - "version": "0.21.0", + "version": "0.21.1-hotfix1", "description": "A wiki in a box", "main": "index.js", "directories": { diff --git a/version b/version index 6e75c01..9637bde 100644 --- a/version +++ b/version @@ -1 +1 @@ -v0.21 +v0.21.1-hotfix1