From 629eb6659574a1edfbab69013039cdf9f0a16426 Mon Sep 17 00:00:00 2001 From: zarzet Date: Thu, 14 May 2026 20:48:29 +0700 Subject: [PATCH] chore: bump version to 4.5.5 (build 132) --- apps.json | 6 +++--- lib/constants/app_info.dart | 4 ++-- pubspec.yaml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/apps.json b/apps.json index 4bd95482..26627bee 100644 --- a/apps.json +++ b/apps.json @@ -7,9 +7,9 @@ "name": "SpotiFLAC Mobile", "bundleIdentifier": "com.zarzet.spotiflac", "developerName": "zarzet", - "version": "4.5.1", - "versionDate": "2026-05-06", - "downloadURL": "https://github.com/zarzet/SpotiFLAC-Mobile/releases/download/v4.5.1/SpotiFLAC-v4.5.1-ios-unsigned.ipa", + "version": "4.5.5", + "versionDate": "2026-05-14", + "downloadURL": "https://github.com/zarzet/SpotiFLAC-Mobile/releases/download/v4.5.5/SpotiFLAC-v4.5.5-ios-unsigned.ipa", "localizedDescription": "SpotiFLAC Mobile is written in Flutter. Download tracks in true FLAC from Tidal, Qobuz, & Amazon Music.", "iconURL": "https://raw.githubusercontent.com/zarzet/SpotiFLAC-Mobile/main/assets/images/logo.png", "size": 37191956 diff --git a/lib/constants/app_info.dart b/lib/constants/app_info.dart index 90cb9c0e..c5ddba4b 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.1'; - static const String buildNumber = '128'; + static const String version = '4.5.5'; + static const String buildNumber = '132'; static const String fullVersion = '$version+$buildNumber'; static String get displayVersion => kDebugMode ? 'Internal' : version; diff --git a/pubspec.yaml b/pubspec.yaml index 9b4c7fa2..9705cb9e 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.1+128 +version: 4.5.5+132 environment: sdk: ^3.10.0