Skip to content

Commit 8e5f40e

Browse files
committed
New version 4.14.0
1 parent b92cd6e commit 8e5f40e

File tree

10 files changed

+12
-12
lines changed

10 files changed

+12
-12
lines changed

Adjust.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 = "Adjust"
3-
s.version = "4.14.0"
3+
s.version = "4.14.1"
44
s.summary = "This is the iOS SDK of adjust. You can read more about it at http://adjust.com."
55
s.homepage = "https://github.com/adjust/ios_sdk"
66
s.license = { :type => 'MIT', :file => 'MIT-LICENSE' }
77
s.author = { "Christian Wellenbrock" => "[email protected]" }
8-
s.source = { :git => "https://github.com/adjust/ios_sdk.git", :tag => "v4.14.0" }
8+
s.source = { :git => "https://github.com/adjust/ios_sdk.git", :tag => "v4.14.1" }
99
s.ios.deployment_target = '6.0'
1010
s.tvos.deployment_target = '9.0'
1111
s.framework = 'SystemConfiguration'

Adjust/ADJUtil.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141

4242
static NSString *userAgent = nil;
4343

44-
static NSString * const kClientSdk = @"ios4.14.0";
44+
static NSString * const kClientSdk = @"ios4.14.1";
4545
static NSString * const kDeeplinkParam = @"deep_link=";
4646
static NSString * const kSchemeDelimiter = @"://";
4747
static NSString * const kDefaultScheme = @"AdjustUniversalScheme";

Adjust/Adjust.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Adjust.h
33
// Adjust
44
//
5-
// V4.14.0
5+
// V4.14.1
66
// Created by Christian Wellenbrock (wellle) on 23rd July 2013.
77
// Copyright © 2012-2017 Adjust GmbH. All rights reserved.
88
//

AdjustTests/AdjustTestApp/AdjustTestApp/ViewController.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ - (void)viewDidLoad {
3636
}
3737

3838
- (void)startTestSession {
39-
[self.testLibrary startTestSession:@"ios4.14.0"];
39+
[self.testLibrary startTestSession:@"ios4.14.1"];
4040
}
4141

4242
- (void)didReceiveMemoryWarning {

AdjustTests/AdjustUnitTests/ADJPackageFields.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ - (id) init {
1616

1717
// default values
1818
self.appToken = @"qwerty123456";
19-
self.clientSdk = @"ios4.14.0";
19+
self.clientSdk = @"ios4.14.1";
2020
self.suffix = @"";
2121
self.environment = @"sandbox";
2222

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,13 +68,13 @@ We will describe the steps to integrate the adjust SDK into your iOS project. We
6868
If you're using [CocoaPods][cocoapods], you can add the following line to your `Podfile` and continue from [this step](#sdk-integrate):
6969

7070
```ruby
71-
pod 'Adjust', '~> 4.14.0'
71+
pod 'Adjust', '~> 4.14.1'
7272
```
7373

7474
or:
7575

7676
```ruby
77-
pod 'Adjust', :git => 'https://github.com/adjust/ios_sdk.git', :tag => 'v4.14.0'
77+
pod 'Adjust', :git => 'https://github.com/adjust/ios_sdk.git', :tag => 'v4.14.1'
7878
```
7979

8080
---

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.14.0
1+
4.14.1

doc/english/migrate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Migrate your adjust SDK for iOS to v4.14.0 from v3.4.0
1+
## Migrate your adjust SDK for iOS to v4.14.1 from v3.4.0
22

33
### Initial setup
44

doc/japanese/migrate_ja.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## iOS用adjust SDKのv3.4.0からv4.14.0への移行
1+
## iOS用adjust SDKのv3.4.0からv4.14.1への移行
22

33
### 初期設定
44

doc/migrate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Migrate your adjust SDK for iOS to v4.14.0 from v3.4.0
1+
## Migrate your adjust SDK for iOS to v4.14.1 from v3.4.0
22

33
### Initial setup
44

0 commit comments

Comments
 (0)