From 7fee4cea4f477f1e5a0a32776c1e71e48afb5381 Mon Sep 17 00:00:00 2001 From: zarzet Date: Sun, 14 Jun 2026 02:08:52 +0700 Subject: [PATCH] chore: bump version to 4.6.0 --- 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 f43a82b0..7b7c857e 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.7'; - static const String buildNumber = '134'; + static const String version = '4.6.0'; + static const String buildNumber = '135'; static const String fullVersion = '$version+$buildNumber'; static String get displayVersion => kDebugMode ? 'Internal' : version; diff --git a/pubspec.yaml b/pubspec.yaml index e232d195..82ab4ae9 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: spotiflac_android description: Download Spotify tracks in FLAC using extension providers publish_to: "none" -version: 4.5.7+134 +version: 4.6.0+135 environment: sdk: ^3.10.0