File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ struct DeviceEnvironment {
6
6
7
7
static internal let deviceOS : String = " iOS "
8
8
static internal let sdkType : String = " ios-client "
9
- static internal let sdkVersion : String = " 1.28 .0 "
9
+ static internal let sdkVersion : String = " 1.34 .0 "
10
10
11
11
var sessionID : String ? { UUID ( ) . uuidString }
12
12
var systemVersion : String { PlatformCompatibility . deviceInfo. systemVersion }
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |spec |
2
2
3
3
spec . name = "Statsig"
4
- spec . version = "1.33.1 "
4
+ spec . version = "1.34.0 "
5
5
spec . summary = "Statsig enables developers to ship code faster and more safely."
6
6
spec . description = <<-DESC
7
7
Statsig enables developers to ship code faster and more safely by providing:
You can’t perform that action at this time.
0 commit comments