Skip to content

Commit dc80de8

Browse files
graycreateclaude
andauthored
chore: bump version to 1.1.2 (#50)
* chore: bump version to 1.1.2 Updated version from 1.1.1 to 1.1.2 with the following changes: - Feature: Update app icon with single high-resolution asset for better display quality - Feature: Add feedback link to TestFlight release notes for easier user communication - Improvement: Set up GitHub Copilot instructions for enhanced development workflow 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> * chore: update changelog with corrected build numbers Updated build numbers in changelog to reflect actual CI build sequence: - v1.1.2: Build 44 (was 32) - v1.1.1: Build 43 (was 31) - Added feed filter feature to v1.1.2 changelog - Removed Copilot instructions entry (already in v1.1.1) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> * chore: update build number to 44 Synchronized CURRENT_PROJECT_VERSION with CI build sequence to match changelog. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> --------- Co-authored-by: Claude <noreply@anthropic.com>
1 parent d30c8b9 commit dc80de8

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@
22

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

5-
## v1.1.1 (Build 31)
5+
## v1.1.2 (Build 44)
6+
1. Feature: Add feed filter menu with Reddit-style dropdown for better content filtering
7+
1. Feature: Update app icon with single high-resolution asset for better display quality
8+
2. Feature: Add feedback link to TestFlight release notes for easier user communication
9+
10+
## v1.1.1 (Build 43)
611
1. Feature: Add feed filter menu with Reddit-style dropdown for better content filtering
712
2. Fix: Prevent crash when clicking Ignore/Report buttons without being logged in
813
3. Fix: Improve TestFlight beta distribution configuration

V2er/Config/Version.xcconfig

Lines changed: 2 additions & 2 deletions
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.1
9+
MARKETING_VERSION = 1.1.2
1010

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

0 commit comments

Comments
 (0)