Skip to content

Commit e62357a

Browse files
committed
chore: bump version to 1.1.5
1 parent 99015c5 commit e62357a

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

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

5+
## v1.1.5 (Build XX)
6+
1. Fix: Resolve online count display bug where count always showed as 0
7+
2. Feature: Add configurable TestFlight release channel (internal/public_beta)
8+
3. Improvement: Default to internal testing for faster iteration without beta review
9+
4. Improvement: Support manual public beta distribution through workflow parameter
10+
511
## v1.1.4 (Build XX)
612
1. Feature: Add green indicator dot to online user count for better visual indication
713
2. Feature: Implement smooth numeric animation for online count changes (iOS 16+)

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.4
9+
MARKETING_VERSION = 1.1.5
1010

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

0 commit comments

Comments
 (0)