Skip to content

Commit

Permalink
Release 1.11.13
Browse files Browse the repository at this point in the history
  • Loading branch information
f2prateek committed Jun 15, 2015
1 parent 6286055 commit 7fe51b3
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 6 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.12"
s.version = "1.11.13"
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.12;
ANALYTICS_VERSION = 1.11.13;
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.12;
ANALYTICS_VERSION = 1.11.13;
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.11;
ANALYTICS_VERSION = 1.11.12;
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.11;
ANALYTICS_VERSION = 1.11.12;
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.12 (Do not change this line. It is automatically modified by the build process)
// Version 1.11.13 (Do not change this line. It is automatically modified by the build process)

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

1.11.13 / 2015-06-15
====================

* Update Crittercism pod
* Update Taplytics to 2.1.96
* Force ISO 8601 Dates
* Update AppsFlyer
* Added pushSandbox option to Taplytics.

1.11.12 / 2015-06-09
====================

Expand Down

0 comments on commit 7fe51b3

Please sign in to comment.