chore: bump version to 4.5.5 (build 132)

This commit is contained in:
zarzet 2026-05-14 20:48:29 +07:00
parent 36749a40d3
commit 629eb66595
3 changed files with 6 additions and 6 deletions

View file

@ -7,9 +7,9 @@
"name": "SpotiFLAC Mobile", "name": "SpotiFLAC Mobile",
"bundleIdentifier": "com.zarzet.spotiflac", "bundleIdentifier": "com.zarzet.spotiflac",
"developerName": "zarzet", "developerName": "zarzet",
"version": "4.5.1", "version": "4.5.5",
"versionDate": "2026-05-06", "versionDate": "2026-05-14",
"downloadURL": "https://github.com/zarzet/SpotiFLAC-Mobile/releases/download/v4.5.1/SpotiFLAC-v4.5.1-ios-unsigned.ipa", "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.", "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", "iconURL": "https://raw.githubusercontent.com/zarzet/SpotiFLAC-Mobile/main/assets/images/logo.png",
"size": 37191956 "size": 37191956

View file

@ -1,8 +1,8 @@
import 'package:flutter/foundation.dart'; import 'package:flutter/foundation.dart';
class AppInfo { class AppInfo {
static const String version = '4.5.1'; static const String version = '4.5.5';
static const String buildNumber = '128'; static const String buildNumber = '132';
static const String fullVersion = '$version+$buildNumber'; static const String fullVersion = '$version+$buildNumber';
static String get displayVersion => kDebugMode ? 'Internal' : version; static String get displayVersion => kDebugMode ? 'Internal' : version;

View file

@ -1,7 +1,7 @@
name: spotiflac_android name: spotiflac_android
description: Download Spotify tracks in FLAC from Tidal, Qobuz & Deezer description: Download Spotify tracks in FLAC from Tidal, Qobuz & Deezer
publish_to: "none" publish_to: "none"
version: 4.5.1+128 version: 4.5.5+132
environment: environment:
sdk: ^3.10.0 sdk: ^3.10.0