From efb6994ae7b56bdd4494826d927823515680fa63 Mon Sep 17 00:00:00 2001 From: Michael Teeuw Date: Sun, 1 Oct 2017 12:34:54 +0200 Subject: [PATCH] Changes in preparation of 2.1.3 --- CHANGELOG.md | 6 ++++-- package.json | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c9176b70..ee252ea0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,12 @@ 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. +- Remove Roboto fonts files inside `fonts` and these are installed by npm install command. ### Added - Add `clientonly` script to start only the electron client for a remote server. diff --git a/package.json b/package.json index d081d164..b7db8572 100644 --- a/package.json +++ b/package.json @@ -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": {