diff --git a/Plugin/EnvironmentPlugin/ProjectDescriptionHelpers/ProjectEnvironment.swift b/Plugin/EnvironmentPlugin/ProjectDescriptionHelpers/ProjectEnvironment.swift index 8597059a5..8767036f4 100644 --- a/Plugin/EnvironmentPlugin/ProjectDescriptionHelpers/ProjectEnvironment.swift +++ b/Plugin/EnvironmentPlugin/ProjectDescriptionHelpers/ProjectEnvironment.swift @@ -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"]) diff --git a/Projects/Domains/SongsDomain/Interface/Enum/NewSongGroupType.swift b/Projects/Domains/SongsDomain/Interface/Enum/NewSongGroupType.swift index b9b7ebc4a..f96ad771f 100644 --- a/Projects/Domains/SongsDomain/Interface/Enum/NewSongGroupType.swift +++ b/Projects/Domains/SongsDomain/Interface/Enum/NewSongGroupType.swift @@ -39,7 +39,7 @@ public enum NewSongGroupType: CaseIterable { case .isedol: return "이세돌" case .gomem: - return "고멤" + return "클래식" case .academy: return "아카데미" }