Skip to content

Commit c66f8ad

Browse files
[release] 1.62.3 - Fix getInitializeResponseJson thread safety (#499)
### Fixes - Fix getInitializeResponseJson thread safety >Included In This Release >- 48ffed3 Andre Terron > - Fix getInitializeResponseJson safety (#495)
1 parent 48ffed3 commit c66f8ad

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
@@ -5,7 +5,7 @@ struct DeviceEnvironment {
55

66
static internal let deviceOS = PlatformCompatibility.deviceInfo.os
77
static internal let sdkType: String = "ios-client"
8-
static internal let sdkVersion: String = "1.62.2"
8+
static internal let sdkVersion: String = "1.62.3"
99

1010
let lock = NSLock()
1111
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.62.2"
4+
spec.version = "1.62.3"
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)