diff --git a/CHANGELOG.md b/CHANGELOG.md index c6ded39a0..6e130ed49 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.0.0 + +- Updated to Electron 19.0.5 + ## 3.1.1 - Media update timeout set to 500 instead of 200 diff --git a/package-lock.json b/package-lock.json index e2b867590..cb3e72c30 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "tidal-hifi", - "version": "3.1.1", + "version": "4.0.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index ea59ebb52..e3a5ba8f5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tidal-hifi", - "version": "3.1.1", + "version": "4.0.0", "description": "Tidal on Electron with widevine(hifi) support", "main": "src/main.js", "scripts": {