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