Skip to content

Commit

Permalink
Release 1.11.11
Browse files Browse the repository at this point in the history
  • Loading branch information
f2prateek committed Jun 1, 2015
1 parent e10984e commit 328f1fc
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Analytics.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ end

Pod::Spec.new do |s|
s.name = "Analytics"
s.version = "1.11.10"
s.version = "1.11.11"
s.summary = "Segment analytics and marketing tools library for iOS."
s.homepage = "https://segment.com/libraries/ios"
s.license = { :type => "MIT", :file => "License.md" }
Expand Down
2 changes: 1 addition & 1 deletion Analytics.podspec-r
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ end

Pod::Spec.new do |s|
s.name = "Analytics"
s.version = "1.11.9"
s.version = "1.11.11"
s.summary = "Segment analytics and marketing tools library for iOS."
s.homepage = "https://segment.com/libraries/ios"
s.license = { :type => "MIT", :file => "License.md" }
Expand Down
4 changes: 2 additions & 2 deletions Analytics.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1785,7 +1785,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ANALYTICS_VERSION = 1.11.10;
ANALYTICS_VERSION = 1.11.11;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_OBJC_ARC = YES;
Expand Down Expand Up @@ -1817,7 +1817,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ANALYTICS_VERSION = 1.11.10;
ANALYTICS_VERSION = 1.11.11;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_OBJC_ARC = YES;
Expand Down
4 changes: 2 additions & 2 deletions Analytics.xcodeproj/project.pbxproj-r
Original file line number Diff line number Diff line change
Expand Up @@ -1785,7 +1785,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ANALYTICS_VERSION = 1.11.9;
ANALYTICS_VERSION = 1.11.10;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_OBJC_ARC = YES;
Expand Down Expand Up @@ -1817,7 +1817,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ANALYTICS_VERSION = 1.11.9;
ANALYTICS_VERSION = 1.11.10;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_OBJC_ARC = YES;
Expand Down
2 changes: 1 addition & 1 deletion Analytics/Analytics.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Analytics.h
// Copyright (c) 2014 Segment.io. All rights reserved.
// Version 1.11.10 (Do not change this line. It is automatically modified by the build process)
// Version 1.11.11 (Do not change this line. It is automatically modified by the build process)

#import "SEGAnalytics.h"
2 changes: 1 addition & 1 deletion Analytics/Analytics.h-r
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Analytics.h
// Copyright (c) 2014 Segment.io. All rights reserved.
// Version 1.11.9 (Do not change this line. It is automatically modified by the build process)
// Version 1.11.11 (Do not change this line. It is automatically modified by the build process)

#import "SEGAnalytics.h"
5 changes: 5 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@

1.11.11 / 2015-06-01
====================

* Write copies of queue, traits

1.11.10 / 2015-05-27
====================

Expand Down

0 comments on commit 328f1fc

Please sign in to comment.