Skip to content

Commit 49b44b9

Browse files
[release] v1.34.0 - Adds Configurable Background Sync (#229)
* Bot: Updated File Statsig.podspec * Bot: Updated File Sources/Statsig/DeviceEnvironment.swift
1 parent cce151f commit 49b44b9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Sources/Statsig/DeviceEnvironment.swift

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

77
static internal let deviceOS: String = "iOS"
88
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"
1010

1111
var sessionID: String? { UUID().uuidString }
1212
var systemVersion: String { PlatformCompatibility.deviceInfo.systemVersion }

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.33.1"
4+
spec.version = "1.34.0"
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)