From 3f487c03cc268006f071fae414e4c35b43ef2e18 Mon Sep 17 00:00:00 2001 From: zarzet Date: Thu, 23 Jul 2026 13:38:48 +0700 Subject: [PATCH] chore(release): bump version to 4.8.0 --- lib/constants/app_info.dart | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/constants/app_info.dart b/lib/constants/app_info.dart index 10df7ce7..e3f0ce36 100644 --- a/lib/constants/app_info.dart +++ b/lib/constants/app_info.dart @@ -1,7 +1,7 @@ import 'package:flutter/foundation.dart'; class AppInfo { - static const String version = '4.8.0-beta.1'; + static const String version = '4.8.0'; static const String buildNumber = '138'; static const String fullVersion = '$version+$buildNumber'; diff --git a/pubspec.yaml b/pubspec.yaml index a908e6c4..7f02e034 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.8.0-beta.1+138 +version: 4.8.0+138 environment: sdk: ^3.10.0