From c682361efece2f3323d2fc30e6463995845fc5e4 Mon Sep 17 00:00:00 2001 From: Daniel Fuchs Date: Thu, 12 Aug 2021 10:55:01 +0200 Subject: [PATCH] Updated dependencies --- .gitignore | 1 + .idea/runConfigurations.xml | 10 ++++++++++ main.js | 2 +- package.json | 6 +++--- 4 files changed, 15 insertions(+), 4 deletions(-) create mode 100644 .idea/runConfigurations.xml diff --git a/.gitignore b/.gitignore index e1868b8..4cf62d2 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ build/ node_modules/ package-lock.json +release.sh diff --git a/.idea/runConfigurations.xml b/.idea/runConfigurations.xml new file mode 100644 index 0000000..797acea --- /dev/null +++ b/.idea/runConfigurations.xml @@ -0,0 +1,10 @@ + + + + + + \ No newline at end of file diff --git a/main.js b/main.js index 1c28331..4fbe593 100644 --- a/main.js +++ b/main.js @@ -19,7 +19,7 @@ const options = { clearCache: false, tray: true, verbose: true, - electronVersion: "13.1.4", + electronVersion: "13.1.9", inject: ["./custom.js"], globalShortcuts: "shortcuts.json", widevine: true, diff --git a/package.json b/package.json index 57aee57..18befba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tidal-linux", - "version": "0.2.0", + "version": "1.0.1", "description": "Cross-platform electron app for the Tidal Web Interface", "main": "main.js", "type": "module", @@ -14,7 +14,7 @@ "type": "git", "url": "git+https://github.com/rippin93/tidal-desktop.git" }, - "author": "Val Knight", + "author": "Daniel Fuchs", "license": "MIT", "bugs": { "url": "https://github.com/rippin93/tidal-desktop/issues" @@ -23,6 +23,6 @@ "dependencies": { "colors": "^1.4.0", "jshint": "^2.12.0", - "nativefier": "^44.0.4" + "nativefier": "^45.0.0" } }