Skip to content

Commit

Permalink
✨[feat]: 1.0.2 배포
Browse files Browse the repository at this point in the history
  • Loading branch information
Roy-wonji committed Dec 20, 2023
1 parent 279052e commit 7d514a6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down
4 changes: 2 additions & 2 deletions PingPong/Projects/App/Support/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>1.0.1</string>
<string>1.0.2</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
Expand All @@ -32,7 +32,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>23</string>
<string>24</string>
<key>FirebaseAppDelegateProxyEnabled</key>
<true/>
<key>INIntentsSupported</key>
Expand Down

0 comments on commit 7d514a6

Please sign in to comment.