From f52527a41b003252b778b79be320a3d783c9dd9b Mon Sep 17 00:00:00 2001 From: zarzet Date: Sun, 31 May 2026 21:34:00 +0700 Subject: [PATCH] chore: bump version to 4.5.6 (build 133) --- 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 c5ddba4b..7f797ba3 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.5.5'; - static const String buildNumber = '132'; + static const String version = '4.5.6'; + static const String buildNumber = '133'; static const String fullVersion = '$version+$buildNumber'; static String get displayVersion => kDebugMode ? 'Internal' : version; diff --git a/pubspec.yaml b/pubspec.yaml index 9705cb9e..5854c40b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: spotiflac_android description: Download Spotify tracks in FLAC from Tidal, Qobuz & Deezer publish_to: "none" -version: 4.5.5+132 +version: 4.5.6+133 environment: sdk: ^3.10.0