Skip to content

Commit 07a230f

Browse files
committed
fix typo
1 parent 59fa68f commit 07a230f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

FitCount/Workout/VolumeChangeView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ struct VolumeChangeView: View {
4848
.ignoresSafeArea()
4949
.overlay(
5050
VStack (spacing: 30){
51-
Text("FiCounter provides real-time voice feedback")
51+
Text("FitCounter provides real-time voice feedback")
5252
.font(.title)
5353
.multilineTextAlignment(.center)
5454
Text("Please turn on the sound on your device")

FitCounter by QuickPose.ai.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,7 @@
531531
"$(inherited)",
532532
"@executable_path/Frameworks",
533533
);
534-
MARKETING_VERSION = 0.3;
534+
MARKETING_VERSION = 0.4;
535535
PRODUCT_BUNDLE_IDENTIFIER = ai.quickpose.FitCount;
536536
PRODUCT_NAME = "$(TARGET_NAME)";
537537
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
@@ -566,7 +566,7 @@
566566
"$(inherited)",
567567
"@executable_path/Frameworks",
568568
);
569-
MARKETING_VERSION = 0.3;
569+
MARKETING_VERSION = 0.4;
570570
PRODUCT_BUNDLE_IDENTIFIER = ai.quickpose.FitCount;
571571
PRODUCT_NAME = "$(TARGET_NAME)";
572572
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";

0 commit comments

Comments
 (0)