Merge pull request #1632 from MichMich/fix-2.7.1

Fix package.json version number.
This commit is contained in:
Michael Teeuw 2019-04-02 09:50:36 +02:00 committed by GitHub
commit b508a629e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 10 deletions

View File

@ -7,15 +7,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
❤️ **Donate:** Enjoying MagicMirror²? [Please consider a donation!](https://magicmirror.builders/donate) With your help we can continue to improve the MagicMirror² core.
## [2.8.0] - Unreleased
## [2.7.1] - 2019-04-02
*This release is scheduled to be released on 2019-04-01.*
### Added
### Updated
### Fixed
Fixed `package.json` version number.
## [2.7.0] - 2019-04-01

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "magicmirror",
"version": "2.8.0-develop",
"version": "2.7.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "magicmirror",
"version": "2.8.0-develop",
"version": "2.7.1",
"description": "The open source modular smart mirror platform.",
"main": "js/electron.js",
"scripts": {