From 7d514a6a7b1d180a4adf9434a7b4cba71248309d Mon Sep 17 00:00:00 2001 From: Roy-wonji Date: Wed, 20 Dec 2023 15:31:36 +0900 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8[feat]:=20=201.0.2=20=EB=B0=B0?= =?UTF-8?q?=ED=8F=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Project+Templete/Project+Templates.swift | 4 ++-- PingPong/Projects/App/Support/Info.plist | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/PingPong/Plugins/PingPongs/ProjectDescriptionHelpers/Project+Templete/Project+Templates.swift b/PingPong/Plugins/PingPongs/ProjectDescriptionHelpers/Project+Templete/Project+Templates.swift index 7e9aa7d2..e27efe53 100644 --- a/PingPong/Plugins/PingPongs/ProjectDescriptionHelpers/Project+Templete/Project+Templates.swift +++ b/PingPong/Plugins/PingPongs/ProjectDescriptionHelpers/Project+Templete/Project+Templates.swift @@ -344,12 +344,12 @@ extension Scheme { extension String { public static func appVersion() -> String { - let version: String = "1.0.1" + let version: String = "1.0.2" return version } public static func appBuildVersion() -> String { - let buildVersion: String = "23" + let buildVersion: String = "24" return buildVersion } diff --git a/PingPong/Projects/App/Support/Info.plist b/PingPong/Projects/App/Support/Info.plist index f5e933f1..73c881f3 100644 --- a/PingPong/Projects/App/Support/Info.plist +++ b/PingPong/Projects/App/Support/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 1.0.1 + 1.0.2 CFBundleURLTypes @@ -32,7 +32,7 @@ CFBundleVersion - 23 + 24 FirebaseAppDelegateProxyEnabled INIntentsSupported