Skip to content

Commit

Permalink
Merge branch 'release/3.2.1' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
yongbeomkwak committed Nov 22, 2024
2 parents f481a97 + fe3ec25 commit 3f6b4a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public let env = ProjectEnvironment(
deploymentTargets: .iOS("15.0"),
destinations: [.iPhone],
baseSetting: SettingsDictionary()
.marketingVersion("3.2.0")
.marketingVersion("3.2.1")
.currentProjectVersion("0")
.debugInformationFormat(DebugInformationFormat.dwarfWithDsym)
.otherLinkerFlags(["-ObjC"])
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public enum NewSongGroupType: CaseIterable {
case .isedol:
return "이세돌"
case .gomem:
return "고멤"
return "클래식"
case .academy:
return "아카데미"
}
Expand Down

0 comments on commit 3f6b4a1

Please sign in to comment.