Skip to content

Commit fccf222

Browse files
authored
chore: bump version to 1.1.16 for pipeline testing (#63)
1 parent fc4ebf6 commit fccf222

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
All notable changes to V2er iOS app will be documented in this file.
44

5+
## v1.1.16 (Build XX)
6+
1. Test: Pipeline validation test for CI/CD workflow
7+
2. Improvement: Verify automatic build number increment
8+
3. Improvement: Test TestFlight distribution automation
9+
510
## v1.1.15 (Build 51)
611
1. Fix: Configure automatic export compliance bypass for TestFlight releases
712
2. Improvement: Added ITSAppUsesNonExemptEncryption flag to automate compliance

V2er/Config/Version.xcconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// VERSION_CODE: Build number (must always increase)
77

88
// VERSION_NAME - This is what users see (e.g., 1.1.2)
9-
MARKETING_VERSION = 1.1.15
9+
MARKETING_VERSION = 1.1.16
1010

1111
// VERSION_CODE - Internal build number (e.g., 29, 30, 31...)
1212
CURRENT_PROJECT_VERSION = 51

0 commit comments

Comments
 (0)