We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68ac499 commit 2f77c42Copy full SHA for 2f77c42
Sources/ipinfoKit/Constant.swift
@@ -7,8 +7,8 @@ open class Constants {
7
8
static let shared = Constants()
9
10
- static var SDK_VERSION: String = "0.4.0"
11
-
+ static var SDK_VERSION: String = "0.5.0"
+
12
/// Getting Application Version from info.plist
13
static var APP_VERSION: String {
14
Bundle.main.appVersion ?? ""
0 commit comments