Skip to content

Commit 01062b8

Browse files
committed
chore: bump version to 1.13.0 (build 29)
✨ **Features** - Hindi localization added — the app now ships in English, Simplified Chinese, and Hindi. ([#36](#36)) - New translations are now zero-touch: drop a `.json` file into `EdgeMark/Resources/Locales/` and the language picker, system-locale fallback, and native-script display name all pick it up automatically — no Swift edits required. ([`f7bd68d`](f7bd68d)) 🔧 **Chores** - PR checks now block version/build number changes, preventing contributors from accidentally triggering a release on merge. ([`adee2b3`](adee2b3))
1 parent 46a2c83 commit 01062b8

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

EdgeMark.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@
297297
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
298298
CODE_SIGN_STYLE = Automatic;
299299
COMBINE_HIDPI_IMAGES = YES;
300-
CURRENT_PROJECT_VERSION = 28;
300+
CURRENT_PROJECT_VERSION = 29;
301301
DEAD_CODE_STRIPPING = YES;
302302
ENABLE_APP_SANDBOX = NO;
303303
ENABLE_PREVIEWS = YES;
@@ -311,7 +311,7 @@
311311
"$(inherited)",
312312
"@executable_path/../Frameworks",
313313
);
314-
MARKETING_VERSION = 1.12.0;
314+
MARKETING_VERSION = 1.13.0;
315315
PRODUCT_BUNDLE_IDENTIFIER = "io.github.ender-wang.EdgeMark";
316316
PRODUCT_NAME = "$(TARGET_NAME)";
317317
REGISTER_APP_GROUPS = YES;
@@ -331,7 +331,7 @@
331331
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
332332
CODE_SIGN_STYLE = Automatic;
333333
COMBINE_HIDPI_IMAGES = YES;
334-
CURRENT_PROJECT_VERSION = 28;
334+
CURRENT_PROJECT_VERSION = 29;
335335
DEAD_CODE_STRIPPING = YES;
336336
ENABLE_APP_SANDBOX = NO;
337337
ENABLE_PREVIEWS = YES;
@@ -345,7 +345,7 @@
345345
"$(inherited)",
346346
"@executable_path/../Frameworks",
347347
);
348-
MARKETING_VERSION = 1.12.0;
348+
MARKETING_VERSION = 1.13.0;
349349
PRODUCT_BUNDLE_IDENTIFIER = "io.github.ender-wang.EdgeMark";
350350
PRODUCT_NAME = "$(TARGET_NAME)";
351351
REGISTER_APP_GROUPS = YES;

0 commit comments

Comments
 (0)