From b4c4214336d9611f5ac2a38be7f9e7569b6af818 Mon Sep 17 00:00:00 2001 From: zarzet Date: Sun, 30 Aug 2026 00:04:57 +0700 Subject: [PATCH] chore(release): bump version to 4.9.5 --- 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 834e6cdc..dd9e742b 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.9.1'; - static const String buildNumber = '142'; + static const String version = '4.9.5'; + static const String buildNumber = '143'; static const String fullVersion = '$version+$buildNumber'; static String get displayVersion => kDebugMode ? 'Internal' : version; diff --git a/pubspec.yaml b/pubspec.yaml index 2f021c73..14fc6359 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: spotiflac_android description: Extension-driven music metadata and downloads for mobile devices publish_to: "none" -version: 4.9.1+142 +version: 4.9.5+143 environment: sdk: ^3.10.0