Skip to content

Commit e7b5928

Browse files
committed
Expose PollingModes class to objc
1 parent 08f0129 commit e7b5928

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

ConfigCat.podspec

Lines changed: 1 addition & 1 deletion
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 = "9.2.1"
4+
spec.version = "9.2.2"
55
spec.summary = "ConfigCat Swift SDK"
66
spec.swift_version = "4.2"
77

ConfigCat.xcconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ SUPPORTED_PLATFORMS = macosx iphoneos iphonesimulator watchos watchsimulator app
4747
SWIFT_VERSION = 4.2
4848

4949
// ConfigCat SDK version
50-
MARKETING_VERSION = 9.2.1
50+
MARKETING_VERSION = 9.2.2

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ If you want to use ConfigCat in a [SwiftPM](https://swift.org/package-manager/)
4949

5050
``` swift
5151
dependencies: [
52-
.package(url: "https://github.com/configcat/swift-sdk", from: "9.2.1")
52+
.package(url: "https://github.com/configcat/swift-sdk", from: "9.2.2")
5353
]
5454
```
5555

Sources/ConfigCat/PollingModes.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import Foundation
22

33
/// Describes the polling modes.
4-
public final class PollingModes {
4+
public final class PollingModes: NSObject {
55
/**
66
Creates a new `AutoPollingMode`.
77

Sources/ConfigCat/Utils.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ extension Date {
3838
}
3939

4040
class Constants {
41-
static let version: String = "9.2.1"
41+
static let version: String = "9.2.2"
4242
static let configJsonName: String = "config_v5"
4343
static let globalBaseUrl: String = "https://cdn-global.configcat.com"
4444
static let euOnlyBaseUrl: String = "https://cdn-eu.configcat.com"

0 commit comments

Comments
 (0)