Skip to content

Commit

Permalink
fix: Version info
Browse files Browse the repository at this point in the history
commit c35e305
Author: siwonLee <[email protected]>
Date:   Tue Sep 3 00:40:43 2024 +0900

    fix: Version info
  • Loading branch information
Siwon-L committed Sep 2, 2024
1 parent c901eaa commit b7a3b10
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ final class SettingCell: UITableViewCell, ReusableView {

private let versionLabel: UILabel = {
let v = UILabel()
v.setTextWithLineHeight(text: "1.0.2", lineHeight: 24)
v.setTextWithLineHeight(text: "1.2.1", lineHeight: 24)
v.textColor = Colors.Blue._4
v.font = Fonts.body._4
return v
Expand Down

0 comments on commit b7a3b10

Please sign in to comment.