Skip to content

Commit 4ba2f2c

Browse files
committed
Merge branch 'main' into fix/#196-qa2-shapekim98
2 parents 4aa7953 + e65f18c commit 4ba2f2c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Projects/App/ShareExtension/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<key>CFBundleName</key>
1414
<string>Pokit</string>
1515
<key>CFBundleShortVersionString</key>
16-
<string>1.0.4</string>
16+
<string>1.0.9</string>
1717
<key>CFBundleURLTypes</key>
1818
<array>
1919
<dict>

Projects/Util/Sources/Constants.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import Foundation
99

1010
public enum Constants {
11-
public static let serverURL: URL = URL(string: "https://pokit.site")!
11+
public static let serverURL: URL = URL(string: "https://pokit.cloud")!
1212
public static let userPath: String = "/api/v1/user"
1313
public static let authPath: String = "/api/v1/auth"
1414
public static let categoryPath: String = "/api/v1/category"

0 commit comments

Comments
 (0)