Bump version for first beta release :D

This commit is contained in:
Starbeamrainbowlabs 2019-11-19 21:23:39 +00:00
parent b35e3067e7
commit 7d08fc6627
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
7 changed files with 7 additions and 8 deletions

View File

@ -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)

View File

@ -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)!)
- ...?

View File

@ -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)"
}

View File

@ -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)

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "pepperminty-wiki",
"version": "0.19.0",
"version": "0.20.0-beta1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -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": {

View File

@ -1 +1 @@
v0.20-dev
v0.20-beta1