Skip to content

Commit 5c9d534

Browse files
[release] 1.53.6 - Check duplicate exposures async (#396)
### Improvements - Reduce synchronous thread jumps when checking specs by moving duplicate checks to the log event dispatch queue. >Included In This Release >- 0fa7801 Andre Terron > - Log exposures async (#395)
1 parent 0fa7801 commit 5c9d534

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Sources/Statsig/DeviceEnvironment.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ struct DeviceEnvironment {
77

88
static internal let deviceOS = PlatformCompatibility.deviceInfo.os
99
static internal let sdkType: String = "ios-client"
10-
static internal let sdkVersion: String = "1.53.5"
10+
static internal let sdkVersion: String = "1.53.6"
1111

1212
let lock = NSLock()
1313
var sessionID: String? { UUID().uuidString }

Statsig.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 = "Statsig"
4-
spec.version = "1.53.5"
4+
spec.version = "1.53.6"
55
spec.summary = "Statsig enables developers to ship code faster and more safely."
66
spec.description = <<-DESC
77
Statsig enables developers to ship code faster and more safely by providing:

0 commit comments

Comments
 (0)