From 5418e08cea2aacdbd595c5cfc353206a3f28421f Mon Sep 17 00:00:00 2001 From: Daniel Jih Date: Mon, 18 Jul 2016 19:18:46 -0700 Subject: [PATCH] v3.8.3 --- Amplitude-iOS.podspec | 4 ++-- Amplitude/AMPConstants.m | 2 +- CHANGELOG.md | 2 ++ README.md | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/Amplitude-iOS.podspec b/Amplitude-iOS.podspec index 8bea4113..19dd35d6 100644 --- a/Amplitude-iOS.podspec +++ b/Amplitude-iOS.podspec @@ -1,11 +1,11 @@ Pod::Spec.new do |s| s.name = "Amplitude-iOS" - s.version = "3.8.2" + s.version = "3.8.3" 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 => "v3.8.2" } + s.source = { :git => "https://github.com/amplitude/Amplitude-iOS.git", :tag => "v3.8.3" } s.platform = :ios, '5.0' s.source_files = 'Amplitude/*.{h,m}' s.requires_arc = true diff --git a/Amplitude/AMPConstants.m b/Amplitude/AMPConstants.m index 2755fb1d..a77d6e8b 100644 --- a/Amplitude/AMPConstants.m +++ b/Amplitude/AMPConstants.m @@ -5,7 +5,7 @@ NSString *const kAMPLibrary = @"amplitude-ios"; NSString *const kAMPPlatform = @"iOS"; -NSString *const kAMPVersion = @"3.8.2"; +NSString *const kAMPVersion = @"3.8.3"; NSString *const kAMPEventLogDomain = @"api.amplitude.com"; NSString *const kAMPEventLogUrl = @"https://api.amplitude.com/"; NSString *const kAMPDefaultInstance = @"$default_instance"; diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d83a126..0e8b1d6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ ## Unreleased +### 3.8.3 (July 18, 2016) + * Fix overflow bug for long long values saved to Sqlite DB on 32-bit devices. ### 3.8.2 (July 11, 2016) diff --git a/README.md b/README.md index 772fd42c..8c83034a 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ See our [SDK documentation](https://rawgit.com/amplitude/Amplitude-iOS/master/do # Setup # 1. If you haven't already, go to https://amplitude.com and register for an account. You will receive an API Key. -2. [Download the source code](https://github.com/amplitude/Amplitude-iOS/archive/master.zip) and extract the zip file. Alternatively, you can pull directly from GitHub. If you use CocoaPods, add the following line to your Podfile: `pod 'Amplitude-iOS', '~> 3.8.2'`. If you are using CocoaPods, you may skip steps 3 and 4. +2. [Download the source code](https://github.com/amplitude/Amplitude-iOS/archive/master.zip) and extract the zip file. Alternatively, you can pull directly from GitHub. If you use CocoaPods, add the following line to your Podfile: `pod 'Amplitude-iOS', '~> 3.8.3'`. If you are using CocoaPods, you may skip steps 3 and 4. 3. Copy the `Amplitude` sub-folder into the source of your project in Xcode. Check "Copy items into destination group's folder (if needed)".