From ac09963e4c924e6b332a8dfe772fb2c5c7172c92 Mon Sep 17 00:00:00 2001 From: Gray Zhang Date: Wed, 24 Sep 2025 23:10:14 +0800 Subject: [PATCH] chore: bump version to 1.1.1 (build 31) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Updated MARKETING_VERSION from 1.1.0 to 1.1.1 - Incremented CURRENT_PROJECT_VERSION from 30 to 31 - Includes fix for crash when non-logged users click Ignore/Report buttons 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- V2er/Config/Version.xcconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/V2er/Config/Version.xcconfig b/V2er/Config/Version.xcconfig index 759367a..03cd2dd 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.0 +MARKETING_VERSION = 1.1.1 // VERSION_CODE - Internal build number (e.g., 29, 30, 31...) -CURRENT_PROJECT_VERSION = 30 \ No newline at end of file +CURRENT_PROJECT_VERSION = 31 \ No newline at end of file