From 8d19ac08915f3dd23b39de31e419474039f3dfdd Mon Sep 17 00:00:00 2001 From: Curtis Liu Date: Sat, 8 Nov 2014 14:13:31 -0800 Subject: [PATCH] Update to version 2.2.1 --- AMPConstants.h | 2 +- Amplitude-iOS.podspec | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/AMPConstants.h b/AMPConstants.h index e10b1992..5fbd41a9 100644 --- a/AMPConstants.h +++ b/AMPConstants.h @@ -1,7 +1,7 @@ // // AMPConstants.h -NSString *const kAMPVersion = @"2.2.0"; +NSString *const kAMPVersion = @"2.2.1"; NSString *const kAMPEventLogUrl = @"https://api.amplitude.com/"; const int kAMPApiVersion = 2; const int kAMPEventUploadThreshold = 30; diff --git a/Amplitude-iOS.podspec b/Amplitude-iOS.podspec index 901b31fc..979b6bf9 100644 --- a/Amplitude-iOS.podspec +++ b/Amplitude-iOS.podspec @@ -1,11 +1,11 @@ Pod::Spec.new do |s| s.name = "Amplitude-iOS" - s.version = "2.2.0" + s.version = "2.2.1" s.summary = "Amplitude mobile analytics iOS SDK." s.homepage = "https://amplitude.com" s.license = { :type => "MIT" } s.author = { "Amplitude" => "dev@amplitude.com" } - s.source = { :git => "https://github.com/amplitude/Amplitude-iOS.git", :tag => "v2.2.0" } + s.source = { :git => "https://github.com/amplitude/Amplitude-iOS.git", :tag => "v2.2.1" } s.platform = :ios, '5.0' s.source_files = '*.{h,m}' s.requires_arc = true