Skip to content

Commit c84c670

Browse files
dadachiclaude
andcommitted
Bump version to 3.2.1
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent b4bab42 commit c84c670

2 files changed

Lines changed: 9 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [3.2.1] - 2026-05-02
11+
12+
### Changed
13+
- Clarify Shop list card tag labels as "completed item tags" / "all item tags"
14+
1015
## [3.2.0] - 2026-05-02
1116

1217
### Removed

NativeAppTemplate.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1205,7 +1205,7 @@
12051205
CODE_SIGN_ENTITLEMENTS = "";
12061206
CODE_SIGN_IDENTITY = "Apple Development";
12071207
CODE_SIGN_STYLE = Automatic;
1208-
CURRENT_PROJECT_VERSION = 10;
1208+
CURRENT_PROJECT_VERSION = 11;
12091209
DEVELOPMENT_ASSET_PATHS = "\"NativeAppTemplate/Preview Content\"";
12101210
ENABLE_PREVIEWS = YES;
12111211
ENABLE_USER_SCRIPT_SANDBOXING = NO;
@@ -1217,7 +1217,7 @@
12171217
"$(inherited)",
12181218
"@executable_path/Frameworks",
12191219
);
1220-
MARKETING_VERSION = 3.2.0;
1220+
MARKETING_VERSION = 3.2.1;
12211221
PRODUCT_BUNDLE_IDENTIFIER = "com.nativeapptemplate.NativeAppTemplateFree.ios${SAMPLE_CODE_DISAMBIGUATOR}";
12221222
"PRODUCT_BUNDLE_IDENTIFIER[sdk=iphoneos*]" = "com.nativeapptemplate.NativeAppTemplateFree.ios${SAMPLE_CODE_DISAMBIGUATOR}";
12231223
PRODUCT_NAME = NativeAppTemplate;
@@ -1241,7 +1241,7 @@
12411241
CODE_SIGN_ENTITLEMENTS = "";
12421242
CODE_SIGN_IDENTITY = "Apple Development";
12431243
CODE_SIGN_STYLE = Automatic;
1244-
CURRENT_PROJECT_VERSION = 10;
1244+
CURRENT_PROJECT_VERSION = 11;
12451245
DEVELOPMENT_ASSET_PATHS = "\"NativeAppTemplate/Preview Content\"";
12461246
ENABLE_PREVIEWS = YES;
12471247
ENABLE_USER_SCRIPT_SANDBOXING = NO;
@@ -1253,7 +1253,7 @@
12531253
"$(inherited)",
12541254
"@executable_path/Frameworks",
12551255
);
1256-
MARKETING_VERSION = 3.2.0;
1256+
MARKETING_VERSION = 3.2.1;
12571257
PRODUCT_BUNDLE_IDENTIFIER = "com.nativeapptemplate.NativeAppTemplateFree.ios${SAMPLE_CODE_DISAMBIGUATOR}";
12581258
"PRODUCT_BUNDLE_IDENTIFIER[sdk=iphoneos*]" = "com.nativeapptemplate.NativeAppTemplateFree.ios${SAMPLE_CODE_DISAMBIGUATOR}";
12591259
PRODUCT_NAME = NativeAppTemplate;

0 commit comments

Comments
 (0)