Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
z4kn4fein committed Jun 6, 2024
1 parent 9ea82c3 commit fe2d323
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ConfigCat.podspec
Original file line number Diff line number Diff line change
@@ -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"

Expand Down
2 changes: 1 addition & 1 deletion ConfigCat.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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")
]
```
Expand Down
2 changes: 1 addition & 1 deletion Sources/ConfigCat/Utils.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit fe2d323

Please sign in to comment.