Skip to content

Commit

Permalink
Bump version for first beta release :D
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrl committed Nov 19, 2019
1 parent b35e306 commit 7d08fc6
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)!)
- ...?

Expand Down
2 changes: 1 addition & 1 deletion apidoc.json
Original file line number Diff line number Diff line change
@@ -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)"
}
3 changes: 1 addition & 2 deletions docs/08-Making-A-Release.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.20-dev
v0.20-beta1

0 comments on commit 7d08fc6

Please sign in to comment.