Skip to content

Commit b66aa77

Browse files
[release] 1.53.8 - Add a keys getter for configs, layers and param stores (#403)
### Improvements - Add a keys getter for configs, layers and param stores >Included In This Release >- f47c600 Andre Terron > - Add keys getters to dynamic configs, layers and param stores (#402)
1 parent f47c600 commit b66aa77

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.7"
10+
static internal let sdkVersion: String = "1.53.8"
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.7"
4+
spec.version = "1.53.8"
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)