diff --git a/patches/patches.json b/patches/patches.json index 831eff1..17fb04c 100644 --- a/patches/patches.json +++ b/patches/patches.json @@ -1191,7 +1191,7 @@ "native_description": "Show top tracks and top artists on profile page", "version": { "fr": "1.2.22", - "to": "" + "to": "1.2.89" } }, "EightShortcuts": { @@ -2736,7 +2736,7 @@ "hideEmptyYourEpisodes": { "version": { "fr": "1.2.78", - "to": "" + "to": "1.2.89" }, "match": "(includeYourEpisodes\\?\\{inclusionMode:[^,}]+\\.)INCLUDE_ALWAYS", "replace": "$1INCLUDE_IF_NOT_EMPTY" diff --git a/run.ps1 b/run.ps1 index 177610c..9111252 100644 --- a/run.ps1 +++ b/run.ps1 @@ -2,7 +2,7 @@ param ( [Parameter(HelpMessage = 'Latest recommended Spotify version for Windows 10+.')] - [string]$latest_full = "1.2.89", + [string]$latest_full = "1.2.90", [Parameter(HelpMessage = 'Latest supported Spotify version for Windows 7-8.1')] [string]$last_win7_full = "1.2.5.1006.g22820f93",