Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into threadSubclassErrorWo…
Browse files Browse the repository at this point in the history
…rkaround
  • Loading branch information
semicoleon committed Jan 24, 2025
2 parents 4621668 + 2ffffae commit 038a175
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion OpenTelemetry-Swift-Api.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "OpenTelemetry-Swift-Api"
spec.version = "1.12.1"
spec.version = "1.13.0"
spec.summary = "Swift OpenTelemetryApi"

spec.homepage = "https://github.com/open-telemetry/opentelemetry-swift"
Expand Down
2 changes: 1 addition & 1 deletion OpenTelemetry-Swift-Sdk.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "OpenTelemetry-Swift-Sdk"
spec.version = "1.12.1"
spec.version = "1.13.0"
spec.summary = "Swift OpenTelemetrySDK"

spec.homepage = "https://github.com/open-telemetry/opentelemetry-swift"
Expand Down
3 changes: 2 additions & 1 deletion Sources/OpenTelemetrySdk/Version.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
import Foundation

extension Resource {
public static let OTEL_SWIFT_SDK_VERSION: String = "1.12.1"
public static let OTEL_SWIFT_SDK_VERSION : String = "1.13.0"
}

0 comments on commit 038a175

Please sign in to comment.