Merge branch 'develop' of github.com:ryck/MagicMirror into develop

* 'develop' of github.com:ryck/MagicMirror:
  Add template for v2.1.3
  Set dev version.
This commit is contained in:
Ricardo Gonzalez 2017-07-23 23:52:10 +01:00
commit 45d289a65e
2 changed files with 8 additions and 1 deletions

View File

@ -2,6 +2,13 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/). This project adheres to [Semantic Versioning](http://semver.org/).
## [2.1.3] - Unreleased
### Changed
### Added
### Updated
### Fixed
## [2.1.2] - 2017-07-01 ## [2.1.2] - 2017-07-01
### Changed ### Changed

View File

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