From 3b316f23011f83a6c87ab41ef1ce0fa4608ed285 Mon Sep 17 00:00:00 2001 From: Mastermindzh Date: Sun, 22 Jan 2023 22:19:07 +0100 Subject: [PATCH] chore: upping the version numbers --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index eddca5d..7efda62 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tidal-hifi", - "version": "4.3.1", + "version": "4.4.0", "description": "Tidal on Electron with widevine(hifi) support", "main": "src/main.js", "scripts": { @@ -50,4 +50,4 @@ "sass-lint-auto-fix": "^0.21.2" }, "prettier": "@mastermindzh/prettier-config" -} \ No newline at end of file +}