Skip to content

Commit

Permalink
Update to version 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
curtisliu committed Nov 8, 2014
1 parent 9e93114 commit 8d19ac0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion AMPConstants.h
Original file line number Diff line number Diff line change
@@ -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;
Expand Down
4 changes: 2 additions & 2 deletions Amplitude-iOS.podspec
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 8d19ac0

Please sign in to comment.