Updated package version

This commit is contained in:
NGPixel 2017-04-05 20:36:46 -04:00
parent c463aee909
commit d8dbae7b4e
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/). This project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased] ## [v1.0.0-beta.9] - 2017-04-05
### Added ### Added
- Interactive setup - Interactive setup
- Auth: GitHub and Slack authentication providers are now available - Auth: GitHub and Slack authentication providers are now available

View File

@ -1,6 +1,6 @@
{ {
"name": "wiki.js", "name": "wiki.js",
"version": "1.0.0-beta.9", "version": "1.0.0-beta.9.1",
"description": "A modern, lightweight and powerful wiki app built on NodeJS, Git and Markdown", "description": "A modern, lightweight and powerful wiki app built on NodeJS, Git and Markdown",
"main": "install.js", "main": "install.js",
"scripts": { "scripts": {