Changes in preparation of 2.1.3

This commit is contained in:
Michael Teeuw 2017-10-01 12:34:54 +02:00
parent 6eceffb403
commit efb6994ae7
2 changed files with 5 additions and 3 deletions

View File

@ -2,7 +2,9 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
## [2.1.3] - Unreleased
## [2.1.3] - 2017-10-01
**Note:** This update uses new dependencies. Please update using the following command: `git pull && npm install`
### Changed
- Remove Roboto fonts files inside `fonts` and these are installed by npm install command.

View File

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