From 1e5b7d61f56ed1253a8fb0568e0b24da000a1f5d Mon Sep 17 00:00:00 2001 From: Mastermindzh Date: Sun, 29 Nov 2020 12:31:58 +0100 Subject: [PATCH] added changelog etc --- CHANGELOG.md | 4 ++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 648f1be..4c88016 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 1.3.0 + +-- re-enabled mpris-service wit the electron downloader fixes + ## 1.2.0 - Added the ability to disable the tray icon diff --git a/package-lock.json b/package-lock.json index 7a35980..3b2adaa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "tidal-hifi", - "version": "1.2.0", + "version": "1.3.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 46d5e21..d951e16 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tidal-hifi", - "version": "1.2.0", + "version": "1.3.0", "description": "Tidal on Electron with widevine(hifi) support", "main": "src/main.js", "scripts": {