Skip to content

Commit

Permalink
Bump version num
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeehut committed Jun 2, 2024
1 parent e324bd7 commit 097d1ea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Sources/TelemetryClient/TelemetryClient.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import Foundation
import TVUIKit
#endif

let telemetryClientVersion = "2.0.0"
let telemetryClientVersion = "2.1.0"

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

0 comments on commit 097d1ea

Please sign in to comment.