Skip to content

Commit

Permalink
Merge pull request #114 from DataDog/ncreated/RUMM-460-release-1.2.0
Browse files Browse the repository at this point in the history
RUMM-460 Version bump to 1.2.0
  • Loading branch information
ncreated authored May 22, 2020
2 parents 52de8e2 + a054762 commit b543a3d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DatadogSDK.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = "DatadogSDK"
s.module_name = "Datadog"
s.version = "1.1.0"
s.version = "1.2.0"
s.summary = "Official Datadog Swift SDK for iOS."

s.homepage = "https://www.datadoghq.com"
Expand Down
2 changes: 1 addition & 1 deletion DatadogSDKObjc.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = "DatadogSDKObjc"
s.module_name = "DatadogObjc"
s.version = "1.1.0"
s.version = "1.2.0"
s.summary = "Official Datadog Objective-C SDK for iOS."

s.homepage = "https://www.datadoghq.com"
Expand Down
2 changes: 1 addition & 1 deletion Sources/Datadog/Datadog.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import Foundation

/// SDK version associated with logs.
/// Should be synced with SDK releases.
internal let sdkVersion = "1.1.0"
internal let sdkVersion = "1.2.0"

/// Datadog SDK configuration object.
public class Datadog {
Expand Down

0 comments on commit b543a3d

Please sign in to comment.