Skip to content

Commit

Permalink
Merge pull request #139 from DeveloperAcademy-POSTECH/develop
Browse files Browse the repository at this point in the history
Update Version 1.3.2
  • Loading branch information
zaehorang authored Dec 6, 2024
2 parents 7854cd6 + ecf22be commit 5a7e803
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions FiveGuyes/FiveGuyes.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -794,7 +794,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.3.1;
MARKETING_VERSION = 1.3.2;
OTHER_LDFLAGS = "-ObjC";
PRODUCT_BUNDLE_IDENTIFIER = com.FiveNorms.FiveNorms;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down Expand Up @@ -834,7 +834,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.3.1;
MARKETING_VERSION = 1.3.2;
OTHER_LDFLAGS = "-ObjC";
PRODUCT_BUNDLE_IDENTIFIER = com.FiveNorms.FiveNorms;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ struct CompletionCalendarView: View {

Rectangle()
.fill(Color.Fills.lightGreen)
.frame(height: 44)
.frame(width: 22, height: 44)
}
// μ„ νƒλœ μ’…λ£Œ λ‚ μ§œ
else if let end = endDate, date == end {
Expand Down

0 comments on commit 5a7e803

Please sign in to comment.