Skip to content

Commit 9fa0a12

Browse files
committed
[FIX] 금주의 식단 시간값 변경 및 버전 수정
1 parent ef9cb36 commit 9fa0a12

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

DMU-iOS/DMU-iOS.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1126,7 +1126,7 @@
11261126
"$(inherited)",
11271127
"@executable_path/Frameworks",
11281128
);
1129-
MARKETING_VERSION = 1.1.0;
1129+
MARKETING_VERSION = 1.1.1;
11301130
PRODUCT_BUNDLE_IDENTIFIER = "com.leeyebeen.DMU-iOS";
11311131
PRODUCT_NAME = "$(TARGET_NAME)";
11321132
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
@@ -1166,7 +1166,7 @@
11661166
"$(inherited)",
11671167
"@executable_path/Frameworks",
11681168
);
1169-
MARKETING_VERSION = 1.1.0;
1169+
MARKETING_VERSION = 1.1.1;
11701170
PRODUCT_BUNDLE_IDENTIFIER = "com.leeyebeen.DMU-iOS";
11711171
PRODUCT_NAME = "$(TARGET_NAME)";
11721172
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";

DMU-iOS/DMU-iOS/Features/Meal/Views/MealView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ struct RestaurantInfomationView: View {
136136
HStack(alignment: .center) {
137137
InfomationSingleView(imageName: "map", text: "8호관 3층")
138138
.padding(.trailing, 20)
139-
InfomationSingleView(imageName: "clock", text: "11:30 - 14:00, 16:30 - 18:00")
139+
InfomationSingleView(imageName: "clock", text: "11:00 - 14:00, 16:30 - 18:00")
140140
}
141141
.padding(.top, 20)
142142
}

0 commit comments

Comments
 (0)