Preparation for v2.4.0.

This commit is contained in:
Michael Teeuw 2018-04-01 14:23:28 +02:00
parent be29b5daf8
commit 6ce732ec3d
2 changed files with 11 additions and 1 deletions

View File

@ -2,6 +2,16 @@
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.4.0] - Unreleased (Current Develop Branch)
*This release is scheduled to be released on 2018-07-01.*
### Added
### Changed
### Fixed
## [2.3.0] - 2018-04-01 ## [2.3.0] - 2018-04-01
### Added ### Added

View File

@ -1,6 +1,6 @@
{ {
"name": "magicmirror", "name": "magicmirror",
"version": "2.3.0", "version": "2.4.0-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": {