Skip to content

Commit

Permalink
Release 1.12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
f2prateek committed Jul 31, 2015
1 parent 8b3279e commit b61a927
Show file tree
Hide file tree
Showing 5 changed files with 11 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.12.2"
s.version = "1.12.3"
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 @@ -1963,7 +1963,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ANALYTICS_VERSION = 1.12.2;
ANALYTICS_VERSION = 1.12.3;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_OBJC_ARC = YES;
Expand Down Expand Up @@ -1995,7 +1995,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ANALYTICS_VERSION = 1.12.2;
ANALYTICS_VERSION = 1.12.3;
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 @@ -1963,7 +1963,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ANALYTICS_VERSION = 1.12.1;
ANALYTICS_VERSION = 1.12.2;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_OBJC_ARC = YES;
Expand Down Expand Up @@ -1995,7 +1995,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ANALYTICS_VERSION = 1.12.1;
ANALYTICS_VERSION = 1.12.2;
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.12.2 (Do not change this line. It is automatically modified by the build process)
// Version 1.12.3 (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.12.3 / 2015-07-31
===================

* Fix Kahuna push notification swizzling

1.12.2 / 2015-07-20
===================

Expand Down

0 comments on commit b61a927

Please sign in to comment.