Skip to content

Commit aa40735

Browse files
authored
Merge pull request #218 from Nexters/release/1.0.5
v1.0.5 Release -> Main
2 parents 9d9b5f8 + 361b9b2 commit aa40735

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

Projects/Domain/Auth/Sources/LoginManager/LoginManager.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ extension LoginManager {
8686
continuation.resume(throwing: URLError(.badServerResponse))
8787
Log.error("Kakao Login Error")
8888
}
89+
return
8990
}
9091
}
9192
}

Tuist/ProjectDescriptionHelpers/InfoPlist+Templates.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ import ProjectDescription
1010
public extension InfoPlist {
1111
static var app: InfoPlist {
1212
return .extendingDefault(with: [
13-
"CFBundleShortVersionString": "1.0.3",
14-
"CFBundleVersion": "23",
13+
"CFBundleShortVersionString": "1.0.5",
14+
"CFBundleVersion": "25",
1515
"UIUserInterfaceStyle": "Light",
1616
"CFBundleName": "보틀",
1717
"UILaunchScreen": [
@@ -39,8 +39,8 @@ public extension InfoPlist {
3939

4040
static var example: InfoPlist {
4141
return .extendingDefault(with: [
42-
"CFBundleShortVersionString": "1.0.3",
43-
"CFBundleVersion": "23",
42+
"CFBundleShortVersionString": "1.0.5",
43+
"CFBundleVersion": "25",
4444
"UIUserInterfaceStyle": "Light",
4545
"UILaunchScreen": [:],
4646
"UISupportedInterfaceOrientations": [

0 commit comments

Comments
 (0)