From 5f11f5b11478c6f3445b3e21c704c57a94422b7f Mon Sep 17 00:00:00 2001 From: zarzet Date: Wed, 1 Jul 2026 23:46:45 +0700 Subject: [PATCH] chore(release): bump version to 4.7.1+137 --- lib/constants/app_info.dart | 4 ++-- pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/constants/app_info.dart b/lib/constants/app_info.dart index 2d68572d..f740193d 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.7.0'; - static const String buildNumber = '136'; + static const String version = '4.7.1'; + static const String buildNumber = '137'; static const String fullVersion = '$version+$buildNumber'; static String get displayVersion => kDebugMode ? 'Internal' : version; diff --git a/pubspec.yaml b/pubspec.yaml index 4beb662b..a404fd48 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.7.0+136 +version: 4.7.1+137 environment: sdk: ^3.10.0