set versions to 5.4.0

This commit is contained in:
Rick van Lieshout 2023-07-24 12:04:08 +02:00
parent e8cf1783e8
commit f5ccbda7d9
3 changed files with 4 additions and 4 deletions

View File

@ -13,4 +13,4 @@ steps:
commands:
- apt-get update && apt-get upgrade -y
- apt-get install -y libarchive-tools rpm
- npm run build
- npm run build-unpacked

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "tidal-hifi",
"version": "5.3.0",
"version": "5.4.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "tidal-hifi",
"version": "5.3.0",
"version": "5.4.0",
"license": "MIT",
"dependencies": {
"@electron/remote": "^2.0.10",

View File

@ -1,6 +1,6 @@
{
"name": "tidal-hifi",
"version": "5.3.0",
"version": "5.4.0",
"description": "Tidal on Electron with widevine(hifi) support",
"main": "ts-dist/main.js",
"scripts": {