Skip to content

Commit 066d359

Browse files
committed
Merge branch 'dev'
2 parents 2b932cf + b6d2fea commit 066d359

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

lib/constants/app_info.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/// App version and info constants
22
/// Update version here only - all other files will reference this
33
class AppInfo {
4-
static const String version = '3.1.2';
5-
static const String buildNumber = '61';
4+
static const String version = '3.1.3';
5+
static const String buildNumber = '62';
66
static const String fullVersion = '$version+$buildNumber';
77

88

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: spotiflac_android
22
description: Download Spotify tracks in FLAC from Tidal, Qobuz & Amazon Music
33
publish_to: "none"
4-
version: 3.1.2+61
4+
version: 3.1.3+62
55

66
environment:
77
sdk: ^3.10.0

pubspec_ios.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: spotiflac_android
22
description: Download Spotify tracks in FLAC from Tidal, Qobuz & Amazon Music
33
publish_to: "none"
4-
version: 3.1.2+61
4+
version: 3.1.3+62
55

66
environment:
77
sdk: ^3.10.0

0 commit comments

Comments
 (0)