Skip to content

Commit

Permalink
Release 1.12.1 (#646)
Browse files Browse the repository at this point in the history
  • Loading branch information
bryce-b authored Nov 25, 2024
1 parent 95742b0 commit f2315d8
Show file tree
Hide file tree
Showing 3 changed files with 3 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.0"
spec.version = "1.12.1"
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.0"
spec.version = "1.12.1"
spec.summary = "Swift OpenTelemetrySDK"

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

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

0 comments on commit f2315d8

Please sign in to comment.