Skip to content

Commit 25434af

Browse files
committed
Update version to 2.1.3
1 parent 1b498b3 commit 25434af

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

AdjustIO.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Pod::Spec.new do |s|
22
s.name = "AdjustIO"
3-
s.version = "2.1.2"
3+
s.version = "2.1.3"
44
s.summary = "This is the iOS SDK of AdjustIo. You can read more about it at http://adjust.io."
55
s.homepage = "http://adjust.io"
66
s.license = { :type => 'MIT', :file => 'MIT-LICENSE' }
77
s.author = { "Christian Wellenbrock" => "[email protected]" }
8-
s.source = { :git => "https://github.com/adeven/adjust_ios_sdk.git", :tag => "v2.1.2" }
8+
s.source = { :git => "https://github.com/adeven/adjust_ios_sdk.git", :tag => "v2.1.3" }
99
s.platform = :ios, '4.3'
1010
s.framework = 'AdSupport', 'SystemConfiguration'
1111
s.source_files = 'AdjustIo/*.{h,m}', 'AdjustIo/AIAdditions/*.{h,m}'

AdjustIo/AIUtil.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#include <sys/xattr.h>
1414

1515
static NSString * const kBaseUrl = @"https://app.adjust.io";
16-
static NSString * const kClientSdk = @"ios2.1.2";
16+
static NSString * const kClientSdk = @"ios2.1.3";
1717

1818

1919
#pragma mark -

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ If you're using [CocoaPods][cocoapods], you can add the following line to your
1313
`Podfile` and continue with [step 3](#step3):
1414

1515
```ruby
16-
pod 'AdjustIO', :git => 'git://github.com/adeven/adjust_ios_sdk.git', :tag => 'v2.1.2'
16+
pod 'AdjustIO', :git => 'git://github.com/adeven/adjust_ios_sdk.git', :tag => 'v2.1.3'
1717
```
1818

1919
### 1. Get the SDK

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.1.2
1+
2.1.3

doc/migration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
## Migrate your AdjustIo SDK for iOS from v1.x to v2.1.2
1+
## Migrate your AdjustIo SDK for iOS from v1.x to v2.1.3
22

33
1. Delete the old `AdjustIo` source folder from your Xcode project. Download
4-
version v2.1.2 and drag the new folder into your Xcode project.
4+
version v2.1.3 and drag the new folder into your Xcode project.
55

66
![][drag]
77

@@ -55,7 +55,7 @@
5555
2. The `appDidLaunch` method now expects your App Token instead of your App ID.
5656
You can find your App Token in your [dashboard].
5757

58-
2. The AdjustIo SDK for iOS 2.1.2 uses [ARC][arc]. If you haven't done already,
58+
2. The AdjustIo SDK for iOS 2.1.3 uses [ARC][arc]. If you haven't done already,
5959
we recommend [transitioning your project to use ARC][transition] as well. If
6060
you don't want to use ARC, you have to enable ARC for all files of the
6161
AdjustIo SDK. Please consult the [README] for details.

0 commit comments

Comments
 (0)