Skip to content

Commit b543a3d

Browse files
authored
Merge pull request #114 from DataDog/ncreated/RUMM-460-release-1.2.0
RUMM-460 Version bump to 1.2.0
2 parents 52de8e2 + a054762 commit b543a3d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

DatadogSDK.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22
s.name = "DatadogSDK"
33
s.module_name = "Datadog"
4-
s.version = "1.1.0"
4+
s.version = "1.2.0"
55
s.summary = "Official Datadog Swift SDK for iOS."
66

77
s.homepage = "https://www.datadoghq.com"

DatadogSDKObjc.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22
s.name = "DatadogSDKObjc"
33
s.module_name = "DatadogObjc"
4-
s.version = "1.1.0"
4+
s.version = "1.2.0"
55
s.summary = "Official Datadog Objective-C SDK for iOS."
66

77
s.homepage = "https://www.datadoghq.com"

Sources/Datadog/Datadog.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import Foundation
88

99
/// SDK version associated with logs.
1010
/// Should be synced with SDK releases.
11-
internal let sdkVersion = "1.1.0"
11+
internal let sdkVersion = "1.2.0"
1212

1313
/// Datadog SDK configuration object.
1414
public class Datadog {

0 commit comments

Comments
 (0)