Skip to content

Commit b508a62

Browse files
authored
Merge pull request #1632 from MichMich/fix-2.7.1
Fix package.json version number.
2 parents e6fb18d + abb0dad commit b508a62

File tree

3 files changed

+4
-10
lines changed

3 files changed

+4
-10
lines changed

CHANGELOG.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
77

88
❤️ **Donate:** Enjoying MagicMirror²? [Please consider a donation!](https://magicmirror.builders/donate) With your help we can continue to improve the MagicMirror² core.
99

10-
## [2.8.0] - Unreleased
10+
## [2.7.1] - 2019-04-02
1111

12-
*This release is scheduled to be released on 2019-04-01.*
13-
14-
### Added
15-
16-
### Updated
17-
18-
### Fixed
12+
Fixed `package.json` version number.
1913

2014
## [2.7.0] - 2019-04-01
2115

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "magicmirror",
3-
"version": "2.8.0-develop",
3+
"version": "2.7.1",
44
"description": "The open source modular smart mirror platform.",
55
"main": "js/electron.js",
66
"scripts": {

0 commit comments

Comments
 (0)