Changes in preperation of 2.1.1

This commit is contained in:
Michael Teeuw 2016-12-31 21:25:49 +01:00
parent 09e6a6a4ad
commit 98855de71f
2 changed files with 3 additions and 1 deletions

View File

@ -2,6 +2,8 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
## [2.1.1] - Unreleased
## [2.1.0] - 2016-12-31
**Note:** This update uses new dependencies. Please update using the following command: `git pull && npm install`

View File

@ -1,6 +1,6 @@
{
"name": "magicmirror",
"version": "2.1.0",
"version": "2.1.1",
"description": "A modular interface for smart mirrors.",
"main": "js/electron.js",
"scripts": {