diff --git a/Changelog.md b/Changelog.md index 67a2d604..ce53b2d7 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.20-dev +## v0.20-beta1 ### Added - Added automatic dark mode to default theme using [`prefers-color-scheme`](https://starbeamrainbowlabs.com/blog/article.php?article=posts%2F353-prefers-color-scheme.html) diff --git a/README.md b/README.md index 8fd8fd31..83a74a9b 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Here's a list of things that I want to add at some point (please feel free to [s - I'm happy to help out if you need help with Pepperminty Wiki itself (e.g. making it more machine-readable (#138)) - Message on Gitter (see above), or open an issue on this repository. - User watchlists - - Theme gallery (#5 - coming soon in v0.20!) + - ~~Theme gallery (#5 - coming soon in v0.20!)~~ done, as of v0.20-beta1 - (See more on the [issue tracker](https://github.com/sbrl/Pepperminty-Wiki/issues)!) - ...? diff --git a/apidoc.json b/apidoc.json index cc1036af..3cd02af4 100644 --- a/apidoc.json +++ b/apidoc.json @@ -1,6 +1,6 @@ { "name": "Pepperminty Wiki", - "version": "0.19.2", + "version": "0.19.4", "description": "A wiki in a box. This is the API documentation.", "title": "Pepperminty Wiki (0.13-dev)" } diff --git a/docs/08-Making-A-Release.md b/docs/08-Making-A-Release.md index 49b81605..cf6513d9 100644 --- a/docs/08-Making-A-Release.md +++ b/docs/08-Making-A-Release.md @@ -7,12 +7,11 @@ The following things need to be done to prepare for a release: - Check the changelog - Make sure that the README is up to date - Make sure that Pepperminty Wiki actually works - - Make suure that the [downloader actually works](https://github.com/sbrl/Pepperminty-Wiki/releases/tag/v0.19.1-hotfix1) + - Make sure that the [downloader actually works](https://github.com/sbrl/Pepperminty-Wiki/releases/tag/v0.19.1-hotfix1) - Bump the version: - In the `version` file - In the changelog - In `apidoc.json` (TODO: Automate this?) - - In the README.md (TODO: Automate this?) - In `package.json` (TODO: Automate this?) - (Stable releases only): - Pull down changes to update [online downloader](https://starbeamrainbowlabs.com/labs/peppermint/download.php) diff --git a/package-lock.json b/package-lock.json index b7b16c0a..0bb4a93b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "pepperminty-wiki", - "version": "0.19.0", + "version": "0.20.0-beta1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 2c57ac34..3290e128 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pepperminty-wiki", - "version": "0.19.2", + "version": "0.20.0-beta1", "description": "A wiki in a box", "main": "index.js", "directories": { diff --git a/version b/version index 0507cd08..e3349013 100644 --- a/version +++ b/version @@ -1 +1 @@ -v0.20-dev +v0.20-beta1