Skip to content

Commit 8b197c0

Browse files
committed
Release 1.11.7
1 parent 8e2be83 commit 8b197c0

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

Analytics.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ end
66

77
Pod::Spec.new do |s|
88
s.name = "Analytics"
9-
s.version = "1.11.6"
9+
s.version = "1.11.7"
1010
s.summary = "Segment analytics and marketing tools library for iOS."
1111
s.homepage = "https://segment.com/libraries/ios"
1212
s.license = { :type => "MIT", :file => "License.md" }

Analytics.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1731,7 +1731,7 @@
17311731
isa = XCBuildConfiguration;
17321732
buildSettings = {
17331733
ALWAYS_SEARCH_USER_PATHS = NO;
1734-
ANALYTICS_VERSION = 1.11.6;
1734+
ANALYTICS_VERSION = 1.11.7;
17351735
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
17361736
CLANG_CXX_LIBRARY = "libc++";
17371737
CLANG_ENABLE_OBJC_ARC = YES;
@@ -1763,7 +1763,7 @@
17631763
isa = XCBuildConfiguration;
17641764
buildSettings = {
17651765
ALWAYS_SEARCH_USER_PATHS = NO;
1766-
ANALYTICS_VERSION = 1.11.6;
1766+
ANALYTICS_VERSION = 1.11.7;
17671767
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
17681768
CLANG_CXX_LIBRARY = "libc++";
17691769
CLANG_ENABLE_OBJC_ARC = YES;

Analytics/Analytics.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Analytics.h
22
// Copyright (c) 2014 Segment.io. All rights reserved.
3-
// Version 1.11.6 (Do not change this line. It is automatically modified by the build process)
3+
// Version 1.11.7 (Do not change this line. It is automatically modified by the build process)
44

55
#import "SEGAnalytics.h"

History.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11

2+
1.11.7 / 2015-05-05
3+
===================
4+
5+
* Use the right context for sending custom context fields
6+
* Fix for iOS 6 compatibility
7+
* Updated Taplytics 2.1.82
8+
29
1.11.6 / 2015-05-03
310
===================
411

0 commit comments

Comments
 (0)