From 9676f3ee594902993d4c8f543766dad6ee847671 Mon Sep 17 00:00:00 2001 From: Gray Zhang Date: Sat, 18 Oct 2025 21:41:46 +0800 Subject: [PATCH] chore: bump version to 1.1.16 for pipeline testing --- CHANGELOG.md | 5 +++++ V2er/Config/Version.xcconfig | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 141109d..d13e055 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes to V2er iOS app will be documented in this file. +## v1.1.16 (Build XX) +1. Test: Pipeline validation test for CI/CD workflow +2. Improvement: Verify automatic build number increment +3. Improvement: Test TestFlight distribution automation + ## v1.1.15 (Build 51) 1. Fix: Configure automatic export compliance bypass for TestFlight releases 2. Improvement: Added ITSAppUsesNonExemptEncryption flag to automate compliance diff --git a/V2er/Config/Version.xcconfig b/V2er/Config/Version.xcconfig index 262b4fd..3a7c10c 100644 --- a/V2er/Config/Version.xcconfig +++ b/V2er/Config/Version.xcconfig @@ -6,7 +6,7 @@ // VERSION_CODE: Build number (must always increase) // VERSION_NAME - This is what users see (e.g., 1.1.2) -MARKETING_VERSION = 1.1.15 +MARKETING_VERSION = 1.1.16 // VERSION_CODE - Internal build number (e.g., 29, 30, 31...) CURRENT_PROJECT_VERSION = 51