diff --git a/apps.json b/apps.json index 2e4c6718..fd8aa9e2 100644 --- a/apps.json +++ b/apps.json @@ -7,12 +7,12 @@ "name": "SpotiFLAC", "bundleIdentifier": "com.zarzet.spotiflac", "developerName": "zarzet", - "version": "3.8.0", - "versionDate": "2026-03-14", - "downloadURL": "https://github.com/zarzet/SpotiFLAC-Mobile/releases/download/v3.8.0/SpotiFLAC-v3.8.0-ios-unsigned.ipa", + "version": "3.8.6", + "versionDate": "2026-03-16", + "downloadURL": "https://github.com/zarzet/SpotiFLAC-Mobile/releases/download/v3.8.6/SpotiFLAC-v3.8.6-ios-unsigned.ipa", "localizedDescription": "Mobile version of SpotiFLAC written in Flutter. Download Tracks in true FLAC from Tidal, Qobuz, & Amazon Music.", "iconURL": "https://raw.githubusercontent.com/zarzet/SpotiFLAC-Mobile/main/assets/images/logo.png", - "size": 33659289 + "size": 33676960 } ] } diff --git a/lib/screens/settings/donate_page.dart b/lib/screens/settings/donate_page.dart index e1f76a6d..b810f003 100644 --- a/lib/screens/settings/donate_page.dart +++ b/lib/screens/settings/donate_page.dart @@ -164,7 +164,7 @@ class _RecentDonorsCard extends StatelessWidget { @override Widget build(BuildContext context) { final isDark = Theme.of(context).brightness == Brightness.dark; - const donorNames = ['a fan', 'mc nuggets jimmy', 'CJBGR', 'michahRicie']; + const donorNames = ['micahRichie', 'a fan', 'mc nuggets jimmy', 'CJBGR']; // Match SettingsGroup color logic final cardColor = isDark @@ -480,7 +480,7 @@ int _cr(String v) { } // Highlighted supporters (hashes of names). -const _cv = {1365043105}; +const _cv = {1211573191}; class _SupporterChip extends StatelessWidget { final String name;