From 30179ad977f167fedff6f881aa279d01fe7f73d2 Mon Sep 17 00:00:00 2001 From: Michael Teeuw Date: Sun, 1 Oct 2017 12:39:48 +0200 Subject: [PATCH] Setup of new dev release. --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee252ea0..7ed2cc2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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 + +### Changed + +### Added + +### Updated + ## [2.1.3] - 2017-10-01 **Note:** This update uses new dependencies. Please update using the following command: `git pull && npm install` diff --git a/package.json b/package.json index b7db8572..b4f14ecb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "magicmirror", - "version": "2.1.3", + "version": "2.2.0-dev", "description": "The open source modular smart mirror platform.", "main": "js/electron.js", "scripts": {