From a9bb06a4e4dabc0dda069dbedc9e02e88916da65 Mon Sep 17 00:00:00 2001 From: Jisoo Ham <133845468+isakatty@users.noreply.github.com> Date: Sat, 7 Mar 2026 23:48:37 +0900 Subject: [PATCH] =?UTF-8?q?refactor:=20version=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ProjectDescriptionHelpers/Environment.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugins/EnvironmentPlugin/ProjectDescriptionHelpers/Environment.swift b/Plugins/EnvironmentPlugin/ProjectDescriptionHelpers/Environment.swift index 72327099..611179a6 100644 --- a/Plugins/EnvironmentPlugin/ProjectDescriptionHelpers/Environment.swift +++ b/Plugins/EnvironmentPlugin/ProjectDescriptionHelpers/Environment.swift @@ -16,7 +16,7 @@ public extension String { static let targetVersion: Self = "16.0" static let bundleID: Self = "com.\(organizationName).\(appName)" /// 앱스토어에 게시할 때마다 증가해줘야 하는 버전 - static let marketingVersion: Self = "1.3.0" + static let marketingVersion: Self = "1.3.1" /// 개발자가 내부적으로 확인하기 위한 용도 (날짜를 사용하기도 함 - 2023.12.8.1 ) static var buildVersion: Self { let date = Date()