chore: bump version to 4.7.0+136

This commit is contained in:
zarzet
2026-06-27 02:21:44 +07:00
parent 50509d0a16
commit f9e68b628d
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.6.0';
static const String buildNumber = '135';
static const String version = '4.7.0';
static const String buildNumber = '136';
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: Download Spotify tracks in FLAC using extension providers
publish_to: "none"
version: 4.6.0+135
version: 4.7.0+136
environment:
sdk: ^3.10.0