v2.2.7: CSV import metadata enrichment with Deezer fallback

This commit is contained in:
zarzet
2026-01-11 06:09:48 +07:00
parent b73a3f8912
commit 4eba28db7a
6 changed files with 100 additions and 36 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 = '2.2.5';
static const String buildNumber = '47';
static const String version = '2.2.7';
static const String buildNumber = '49';
static const String fullVersion = '$version+$buildNumber';