Merge branch 'develop' into master

This commit is contained in:
Michael Teeuw
2020-01-02 16:13:30 +01:00
committed by GitHub
3 changed files with 4 additions and 2 deletions

View File

@@ -10,7 +10,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
*This release is scheduled to be released on 2020-04-01.*
### Added
### Updated
### Fixed
- Force declaration of public ip adress in config file (ISSUE #1852)

2
package-lock.json generated
View File

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

View File

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