Skip to content

Commit

Permalink
[release] 1.6.0 - Support Background Polling (#59)
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
daniel-statsig authored Oct 21, 2024
1 parent 46377c7 commit aa95210
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.5.0"
let sdkVersion = "1.6.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.5.0"
spec.version = "1.6.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 aa95210

Please sign in to comment.