chore(release): bump version to 4.9.5

This commit is contained in:
zarzet
2026-08-30 00:04:57 +07:00
parent f1fb01604d
commit b4c4214336
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -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;
+1 -1
View File
@@ -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