diff --git a/lib/constants/app_info.dart b/lib/constants/app_info.dart index 5f777d43..28ea5d13 100644 --- a/lib/constants/app_info.dart +++ b/lib/constants/app_info.dart @@ -1,8 +1,8 @@ import 'package:flutter/foundation.dart'; class AppInfo { - static const String version = '4.8.0'; - static const String buildNumber = '138'; + static const String version = '4.8.1'; + static const String buildNumber = '139'; static const String fullVersion = '$version+$buildNumber'; static String get displayVersion => kDebugMode ? 'Internal' : version; diff --git a/pubspec.yaml b/pubspec.yaml index 240a050c..3da9ca3f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: spotiflac_android description: Download Spotify tracks in FLAC using extension providers publish_to: "none" -version: 4.8.0+138 +version: 4.8.1+139 environment: sdk: ^3.10.0