Skip to content

Commit

Permalink
[release] 1.7.0 - Add more data on exposure events (#64)
Browse files Browse the repository at this point in the history
* Bot: Updated File StatsigOnDeviceEvaluations.podspec

* Bot: Updated File Sources/StatsigOnDeviceEvaluations/StatsigMetadata.swift
  • Loading branch information
andre-statsig authored Dec 9, 2024
1 parent dccddb0 commit 3469ec2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Sources/StatsigOnDeviceEvaluations/StatsigMetadata.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class StatsigMetadata {
StatsigMetadata()
}()
// SDK Info
let sdkVersion = "1.6.0"
let sdkVersion = "1.7.0"
let sdkType = "swift-on-device-eval"
let sessionID: String

Expand Down
2 changes: 1 addition & 1 deletion StatsigOnDeviceEvaluations.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |spec|

spec.name = "StatsigOnDeviceEvaluations"
spec.version = "1.6.0"
spec.version = "1.7.0"
spec.summary = "Statsig enables developers to ship code faster and more safely."
spec.description = <<-DESC
Statsig enables developers to ship code faster and more safely by providing:
Expand Down

0 comments on commit 3469ec2

Please sign in to comment.