File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
DMU-iOS/Features/Meal/Views Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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";
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";
Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments