diff --git a/CHANGELOG.md b/CHANGELOG.md index d2c709c..8e59ee1 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). +## 4.3.1 + +- fix: App always requests a default-url-handler-scheme change on start + ## 4.2.0 - New settings window by BlueManCZ diff --git a/package-lock.json b/package-lock.json index c8f939a..3b8e885 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "tidal-hifi", - "version": "4.3.0", + "version": "4.3.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "tidal-hifi", - "version": "4.3.0", + "version": "4.3.1", "license": "MIT", "dependencies": { "@electron/remote": "^2.0.8", diff --git a/package.json b/package.json index 9b04b00..eddca5d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tidal-hifi", - "version": "4.3.0", + "version": "4.3.1", "description": "Tidal on Electron with widevine(hifi) support", "main": "src/main.js", "scripts": {