From c3fa9f5e7662333bf2dcfe0359f9e2d9b8327f38 Mon Sep 17 00:00:00 2001 From: Phan An Date: Mon, 13 Jul 2026 20:48:55 +0200 Subject: [PATCH] Bump build number to 48 Match the build uploaded to App Store Connect; version stays 2.2.9. --- ios/Runner.xcodeproj/project.pbxproj | 6 +++--- pubspec.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ios/Runner.xcodeproj/project.pbxproj b/ios/Runner.xcodeproj/project.pbxproj index b5cf63c4..4d2d1c11 100644 --- a/ios/Runner.xcodeproj/project.pbxproj +++ b/ios/Runner.xcodeproj/project.pbxproj @@ -365,7 +365,7 @@ CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 47; + CURRENT_PROJECT_VERSION = 48; DEVELOPMENT_TEAM = PTBU9CDS3L; ENABLE_BITCODE = NO; FLUTTER_BUILD_NAME = 2.1.0; @@ -510,7 +510,7 @@ CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 47; + CURRENT_PROJECT_VERSION = 48; DEVELOPMENT_TEAM = PTBU9CDS3L; ENABLE_BITCODE = NO; FLUTTER_BUILD_NAME = 2.1.0; @@ -544,7 +544,7 @@ CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 47; + CURRENT_PROJECT_VERSION = 48; DEVELOPMENT_TEAM = PTBU9CDS3L; ENABLE_BITCODE = NO; FLUTTER_BUILD_NAME = 2.1.0; diff --git a/pubspec.yaml b/pubspec.yaml index cc21f1af..1893acd4 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion. # Read more about iOS versioning at # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -version: 2.2.9+47 +version: 2.2.9+48 environment: sdk: ">=2.17.0-0 <3.0.0"