Skip to content

Commit 47920cd

Browse files
committed
Update version to 2.1.1
1 parent 0c19401 commit 47920cd

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.0"
3+
s.version = "2.1.1"
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.0" }
8+
s.source = { :git => "https://github.com/adeven/adjust_ios_sdk.git", :tag => "v2.1.1" }
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
@@ -11,7 +11,7 @@
1111
#import "UIDevice+AIAdditions.h"
1212

1313
static NSString * const kBaseUrl = @"https://app.adjust.io";
14-
static NSString * const kClientSdk = @"ios2.1.0";
14+
static NSString * const kClientSdk = @"ios2.1.1";
1515

1616

1717
#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.0'
16+
pod 'AdjustIO', :git => 'git://github.com/adeven/adjust_ios_sdk.git', :tag => 'v2.1.1'
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.0
1+
2.1.1

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.0
1+
## Migrate your AdjustIo SDK for iOS from v1.x to v2.1.1
22

33
1. Delete the old `AdjustIo` source folder from your Xcode project. Download
4-
version v2.1.0 and drag the new folder into your Xcode project.
4+
version v2.1.1 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.0 uses [ARC][arc]. If you haven't done already,
58+
2. The AdjustIo SDK for iOS 2.1.1 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)