release: v1.6.0 - Live search, quality picker, dependency updates

This commit is contained in:
zarzet
2026-01-02 17:13:22 +07:00
parent 39bcc2c547
commit bd9b527161
8 changed files with 181 additions and 187 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
/// App version and info constants
/// Update version here only - all other files will reference this
class AppInfo {
static const String version = '1.5.7';
static const String buildNumber = '24';
static const String version = '1.6.0';
static const String buildNumber = '25';
static const String fullVersion = '$version+$buildNumber';
static const String appName = 'SpotiFLAC';