diff --git a/ConfigCat.podspec b/ConfigCat.podspec index 3aef8fc..a322a57 100755 --- a/ConfigCat.podspec +++ b/ConfigCat.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |spec| spec.name = "ConfigCat" - spec.version = "11.0.3" + spec.version = "11.1.0" spec.summary = "ConfigCat Swift SDK" spec.swift_version = "5.0" diff --git a/ConfigCat.xcconfig b/ConfigCat.xcconfig index e59d619..b7a6e91 100644 --- a/ConfigCat.xcconfig +++ b/ConfigCat.xcconfig @@ -38,4 +38,4 @@ SUPPORTED_PLATFORMS = macosx iphoneos iphonesimulator watchos watchsimulator app SWIFT_VERSION = 5.0 // ConfigCat SDK version -MARKETING_VERSION = 11.0.3 +MARKETING_VERSION = 11.1.0 diff --git a/README.md b/README.md index 9642693..2567630 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ The following device platform versions are supported: ``` swift dependencies: [ - .package(url: "https://github.com/configcat/swift-sdk", from: "11.0.3") + .package(url: "https://github.com/configcat/swift-sdk", from: "11.1.0") ] ``` diff --git a/Sources/ConfigCat/Utils.swift b/Sources/ConfigCat/Utils.swift index f4d2079..9e8ccec 100644 --- a/Sources/ConfigCat/Utils.swift +++ b/Sources/ConfigCat/Utils.swift @@ -47,7 +47,7 @@ extension Equatable { } class Constants { - static let version: String = "11.0.3" + static let version: String = "11.1.0" static let configJsonName: String = "config_v6.json" static let configJsonCacheVersion: String = "v2" static let globalBaseUrl: String = "https://cdn-global.configcat.com"