From ead2b9c0ab7620eadf395deefed9c408b40bd7b7 Mon Sep 17 00:00:00 2001 From: zarzet <42882290+zarzet@users.noreply.github.com> Date: Sun, 6 Sep 2026 15:01:21 +0700 Subject: [PATCH] chore(release): bump app version to 4.9.6 --- 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 81715371..9de823b5 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.5'; - static const String buildNumber = '143'; + static const String version = '4.9.6'; + static const String buildNumber = '144'; static const String fullVersion = '$version+$buildNumber'; static const String gitCommit = String.fromEnvironment('GIT_COMMIT'); diff --git a/pubspec.yaml b/pubspec.yaml index 156a0305..60f9f10b 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.5+143 +version: 4.9.6+144 environment: sdk: ^3.10.0