Skip to content

Commit 2a285b3

Browse files
graycreateclaude
andcommitted
chore: bump version to 1.1.3
Release v1.1.3 with online user count display and balance features: - Display online user count in pull-to-refresh view - Add user balance display to Me page - Correct balance parsing and optimize UI - Enhance tab bar color contrast 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 06d1675 commit 2a285b3

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

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

5+
## v1.1.3 (Build XX)
6+
1. Feature: Display online user count in pull-to-refresh view with live server data
7+
2. Feature: Add user balance display (gold/silver/bronze coins) to Me page
8+
3. Fix: Correct balance parsing to properly separate coin types
9+
4. Improvement: Optimize balance display UI with compact spacing and improved readability
10+
5. Improvement: Enhance tab bar color contrast in both light and dark modes
11+
512
## v1.1.2 (Build 44)
613
1. Feature: Add feed filter menu with Reddit-style dropdown for better content filtering
714
1. Feature: Update app icon with single high-resolution asset for better display quality

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.2
9+
MARKETING_VERSION = 1.1.3
1010

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

0 commit comments

Comments
 (0)