Skip to content

Commit fe2d323

Browse files
committed
Bump version
1 parent 9ea82c3 commit fe2d323

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Diff for: ConfigCat.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |spec|
22

33
spec.name = "ConfigCat"
4-
spec.version = "11.0.3"
4+
spec.version = "11.1.0"
55
spec.summary = "ConfigCat Swift SDK"
66
spec.swift_version = "5.0"
77

Diff for: ConfigCat.xcconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ SUPPORTED_PLATFORMS = macosx iphoneos iphonesimulator watchos watchsimulator app
3838
SWIFT_VERSION = 5.0
3939

4040
// ConfigCat SDK version
41-
MARKETING_VERSION = 11.0.3
41+
MARKETING_VERSION = 11.1.0

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ The following device platform versions are supported:
4545

4646
``` swift
4747
dependencies: [
48-
.package(url: "https://github.com/configcat/swift-sdk", from: "11.0.3")
48+
.package(url: "https://github.com/configcat/swift-sdk", from: "11.1.0")
4949
]
5050
```
5151

Diff for: Sources/ConfigCat/Utils.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ extension Equatable {
4747
}
4848

4949
class Constants {
50-
static let version: String = "11.0.3"
50+
static let version: String = "11.1.0"
5151
static let configJsonName: String = "config_v6.json"
5252
static let configJsonCacheVersion: String = "v2"
5353
static let globalBaseUrl: String = "https://cdn-global.configcat.com"

0 commit comments

Comments
 (0)