mirror of
https://github.com/spotiflacapp/SpotiFLAC-Mobile.git
synced 2026-06-01 03:15:17 +07:00
chore: bump version to 1.0.3
This commit is contained in:
parent
ab9869a849
commit
db335f5ba6
3 changed files with 5 additions and 5 deletions
|
|
@ -132,11 +132,11 @@ class SettingsScreen extends ConsumerWidget {
|
|||
ListTile(
|
||||
leading: Icon(Icons.info, color: colorScheme.primary),
|
||||
title: const Text('About'),
|
||||
subtitle: const Text('SpotiFLAC v1.0.2'),
|
||||
subtitle: const Text('SpotiFLAC v1.0.3'),
|
||||
onTap: () => showAboutDialog(
|
||||
context: context,
|
||||
applicationName: 'SpotiFLAC',
|
||||
applicationVersion: '1.0.2',
|
||||
applicationVersion: '1.0.3',
|
||||
applicationLegalese: '© 2024 SpotiFLAC',
|
||||
),
|
||||
),
|
||||
|
|
|
|||
|
|
@ -139,11 +139,11 @@ class _SettingsTabState extends ConsumerState<SettingsTab> with AutomaticKeepAli
|
|||
ListTile(
|
||||
leading: Icon(Icons.info, color: colorScheme.primary),
|
||||
title: const Text('About'),
|
||||
subtitle: const Text('SpotiFLAC v1.0.2'),
|
||||
subtitle: const Text('SpotiFLAC v1.0.3'),
|
||||
onTap: () => showAboutDialog(
|
||||
context: context,
|
||||
applicationName: 'SpotiFLAC',
|
||||
applicationVersion: '1.0.2',
|
||||
applicationVersion: '1.0.3',
|
||||
applicationLegalese: '© 2024 SpotiFLAC',
|
||||
),
|
||||
),
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
name: spotiflac_android
|
||||
description: Download Spotify tracks in FLAC from Tidal, Qobuz & Amazon Music
|
||||
publish_to: 'none'
|
||||
version: 1.0.2+3
|
||||
version: 1.0.3+4
|
||||
|
||||
environment:
|
||||
sdk: ^3.10.0
|
||||
|
|
|
|||
Loading…
Reference in a new issue