Skip to content

Commit 097d1ea

Browse files
committed
Bump version num
1 parent e324bd7 commit 097d1ea

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Sources/TelemetryClient/TelemetryClient.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import Foundation
1010
import TVUIKit
1111
#endif
1212

13-
let telemetryClientVersion = "2.0.0"
13+
let telemetryClientVersion = "2.1.0"
1414

1515
/// Configuration for TelemetryManager
1616
///

TelemetryClient.podspec

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Pod::Spec.new do |spec|
22
spec.name = "TelemetryClient"
3-
spec.version = ENV['LIB_VERSION'] || '1.5.0' #fallback to major version
3+
spec.version = ENV['LIB_VERSION'] || '2.0.0' #fallback to major version
44
spec.summary = "Client SDK for TelemetryDeck"
5-
spec.swift_versions = "5.2"
5+
spec.swift_versions = "5.9"
66
spec.summary = "Swift SDK for TelemetryDeck, a privacy-first analytics service for apps. Sign up for a free account at telemetrydeck.com."
77
spec.description = <<-DESC
88
Build better products with live usage data.
@@ -25,6 +25,7 @@ Pod::Spec.new do |spec|
2525
spec.ios.deployment_target = "12.0"
2626
spec.osx.deployment_target = "10.13"
2727
spec.watchos.deployment_target = "5.0"
28+
spec.visionos.deployment_target = "1.0"
2829
spec.tvos.deployment_target = "13.0"
2930
spec.source = { :git => "https://github.com/TelemetryDeck/SwiftClient.git", :tag => "#{spec.version}" }
3031
spec.source_files = "Sources/**/*.{h,m,swift}"

0 commit comments

Comments
 (0)