diff --git a/CHANGELOG.md b/CHANGELOG.md index 4afc38b6..b19efad3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,7 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). --- -## [2.5.0] - Unreleased - -*This release is scheduled to be released on 2018-10-01.* +## [2.5.0] - 2018-10-01 ### Added - Support multi-line compliments diff --git a/package-lock.json b/package-lock.json index 3376a2e3..928d1763 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "magicmirror", - "version": "2.5.0-dev", + "version": "2.5.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 2aae05eb..ab9735f2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "magicmirror", - "version": "2.5.0-dev", + "version": "2.5.0", "description": "The open source modular smart mirror platform.", "main": "js/electron.js", "scripts": {