Skip to content

Commit c4b1814

Browse files
committed
Bump app marketing version from 1.0.1 to 1.0.2
• Updated the MARKETING_VERSION in the Xcode project configuration from 1.0.1 to 1.0.2 to reflect the new release. • This change ensures the correct versioning for the app’s next release in both relevant sections of the Xcode project file. • No other configuration changes were made, maintaining compatibility with macOS deployment target 14.0 and existing bundle identifier settings.
1 parent 73ec278 commit c4b1814

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Moti/Moti.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@
444444
"@executable_path/../Frameworks",
445445
);
446446
MACOSX_DEPLOYMENT_TARGET = 14.0;
447-
MARKETING_VERSION = 1.0.1;
447+
MARKETING_VERSION = 1.0.2;
448448
PRODUCT_BUNDLE_IDENTIFIER = com.peterdsp.moti;
449449
PRODUCT_NAME = "$(TARGET_NAME)";
450450
SWIFT_EMIT_LOC_STRINGS = YES;
@@ -477,7 +477,7 @@
477477
"@executable_path/../Frameworks",
478478
);
479479
MACOSX_DEPLOYMENT_TARGET = 14.0;
480-
MARKETING_VERSION = 1.0.1;
480+
MARKETING_VERSION = 1.0.2;
481481
PRODUCT_BUNDLE_IDENTIFIER = com.peterdsp.moti;
482482
PRODUCT_NAME = "$(TARGET_NAME)";
483483
SWIFT_EMIT_LOC_STRINGS = YES;

0 commit comments

Comments
 (0)