Skip to content

Commit

Permalink
Merge pull request #81 from DataDog/buranmert/RUMM-405-bump-cp-1.1.0
Browse files Browse the repository at this point in the history
Version bump to 1.1.0
  • Loading branch information
buranmert authored Apr 20, 2020
2 parents 631a995 + 2aa0252 commit 856549b
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.0.2"
s.version = "1.1.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.0.2"
s.version = "1.1.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.0.2"
internal let sdkVersion = "1.1.0"

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

0 comments on commit 856549b

Please sign in to comment.