Skip to content

Commit 9b88b4c

Browse files
[release] 1.53.5 - Rename repo and change rulePassed metadata (#394)
### Improvements - Changed the rulePassed event metadata from a boolean to a string - Renamed the repo from `ios-sdk` to `statsig-kit`. [Learn More](https://docs.statsig.com/client/iOS/repo-migration-guide) >Included In This Release >- c87af1d Andre Terron > - Add a callout on readme about the repo rename (#393) >- 3233a95 sroyal-statsig > - Change Rule Passed to String (#392)
1 parent c87af1d commit 9b88b4c

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