Prepare for release v2.2.0

This commit is contained in:
Michael Teeuw 2018-01-01 12:33:00 +01:00
parent dc81ab6dee
commit 86e1f0615d
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
## [2.2.0] - Unreleased
## [2.2.0] - 2018-01-01
**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.2.0-dev",
"version": "2.2.0",
"description": "The open source modular smart mirror platform.",
"main": "js/electron.js",
"scripts": {