Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c27596b

Browse files
committedDec 9, 2021
Fix version number
1 parent 77c7807 commit c27596b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎MobileNav.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,7 @@
579579
"$(inherited)",
580580
"@executable_path/Frameworks",
581581
);
582-
MARKETING_VERSION = 1.1.3;
582+
MARKETING_VERSION = 1.1.4;
583583
PRODUCT_BUNDLE_IDENTIFIER = com.sdl.sdlnavigation;
584584
PRODUCT_NAME = "SDL Navigation";
585585
SWIFT_VERSION = 5.0;
@@ -599,7 +599,7 @@
599599
"$(inherited)",
600600
"@executable_path/Frameworks",
601601
);
602-
MARKETING_VERSION = 1.1.3;
602+
MARKETING_VERSION = 1.1.4;
603603
PRODUCT_BUNDLE_IDENTIFIER = com.sdl.sdlnavigation;
604604
PRODUCT_NAME = "SDL Navigation";
605605
SWIFT_VERSION = 5.0;

0 commit comments

Comments
 (0)
Please sign in to comment.