From 8e5f40ed26c90f5f9a0a8d597ffaef77efb1a799 Mon Sep 17 00:00:00 2001 From: uerceg Date: Mon, 18 Jun 2018 10:10:30 +0200 Subject: [PATCH] New version 4.14.0 --- Adjust.podspec | 4 ++-- Adjust/ADJUtil.m | 2 +- Adjust/Adjust.h | 2 +- AdjustTests/AdjustTestApp/AdjustTestApp/ViewController.m | 2 +- AdjustTests/AdjustUnitTests/ADJPackageFields.m | 2 +- README.md | 4 ++-- VERSION | 2 +- doc/english/migrate.md | 2 +- doc/japanese/migrate_ja.md | 2 +- doc/migrate.md | 2 +- 10 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Adjust.podspec b/Adjust.podspec index 7dfc2d8ff..aeed80e9a 100644 --- a/Adjust.podspec +++ b/Adjust.podspec @@ -1,11 +1,11 @@ Pod::Spec.new do |s| s.name = "Adjust" - s.version = "4.14.0" + s.version = "4.14.1" s.summary = "This is the iOS SDK of adjust. You can read more about it at http://adjust.com." s.homepage = "https://github.com/adjust/ios_sdk" s.license = { :type => 'MIT', :file => 'MIT-LICENSE' } s.author = { "Christian Wellenbrock" => "welle@adjust.com" } - s.source = { :git => "https://github.com/adjust/ios_sdk.git", :tag => "v4.14.0" } + s.source = { :git => "https://github.com/adjust/ios_sdk.git", :tag => "v4.14.1" } s.ios.deployment_target = '6.0' s.tvos.deployment_target = '9.0' s.framework = 'SystemConfiguration' diff --git a/Adjust/ADJUtil.m b/Adjust/ADJUtil.m index 2c2201f5e..215d16604 100644 --- a/Adjust/ADJUtil.m +++ b/Adjust/ADJUtil.m @@ -41,7 +41,7 @@ static NSString *userAgent = nil; -static NSString * const kClientSdk = @"ios4.14.0"; +static NSString * const kClientSdk = @"ios4.14.1"; static NSString * const kDeeplinkParam = @"deep_link="; static NSString * const kSchemeDelimiter = @"://"; static NSString * const kDefaultScheme = @"AdjustUniversalScheme"; diff --git a/Adjust/Adjust.h b/Adjust/Adjust.h index 8735b36ce..a6fc0c5eb 100644 --- a/Adjust/Adjust.h +++ b/Adjust/Adjust.h @@ -2,7 +2,7 @@ // Adjust.h // Adjust // -// V4.14.0 +// V4.14.1 // Created by Christian Wellenbrock (wellle) on 23rd July 2013. // Copyright © 2012-2017 Adjust GmbH. All rights reserved. // diff --git a/AdjustTests/AdjustTestApp/AdjustTestApp/ViewController.m b/AdjustTests/AdjustTestApp/AdjustTestApp/ViewController.m index 611b46fb8..25abdc46f 100644 --- a/AdjustTests/AdjustTestApp/AdjustTestApp/ViewController.m +++ b/AdjustTests/AdjustTestApp/AdjustTestApp/ViewController.m @@ -36,7 +36,7 @@ - (void)viewDidLoad { } - (void)startTestSession { - [self.testLibrary startTestSession:@"ios4.14.0"]; + [self.testLibrary startTestSession:@"ios4.14.1"]; } - (void)didReceiveMemoryWarning { diff --git a/AdjustTests/AdjustUnitTests/ADJPackageFields.m b/AdjustTests/AdjustUnitTests/ADJPackageFields.m index 04e379b3f..47eb1b1e4 100644 --- a/AdjustTests/AdjustUnitTests/ADJPackageFields.m +++ b/AdjustTests/AdjustUnitTests/ADJPackageFields.m @@ -16,7 +16,7 @@ - (id) init { // default values self.appToken = @"qwerty123456"; - self.clientSdk = @"ios4.14.0"; + self.clientSdk = @"ios4.14.1"; self.suffix = @""; self.environment = @"sandbox"; diff --git a/README.md b/README.md index b262d3287..97c84a3d0 100644 --- a/README.md +++ b/README.md @@ -68,13 +68,13 @@ We will describe the steps to integrate the adjust SDK into your iOS project. We If you're using [CocoaPods][cocoapods], you can add the following line to your `Podfile` and continue from [this step](#sdk-integrate): ```ruby -pod 'Adjust', '~> 4.14.0' +pod 'Adjust', '~> 4.14.1' ``` or: ```ruby -pod 'Adjust', :git => 'https://github.com/adjust/ios_sdk.git', :tag => 'v4.14.0' +pod 'Adjust', :git => 'https://github.com/adjust/ios_sdk.git', :tag => 'v4.14.1' ``` --- diff --git a/VERSION b/VERSION index c412a4e2e..d2b9909a9 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.14.0 +4.14.1 diff --git a/doc/english/migrate.md b/doc/english/migrate.md index 7140d67ec..c1a70a26c 100644 --- a/doc/english/migrate.md +++ b/doc/english/migrate.md @@ -1,4 +1,4 @@ -## Migrate your adjust SDK for iOS to v4.14.0 from v3.4.0 +## Migrate your adjust SDK for iOS to v4.14.1 from v3.4.0 ### Initial setup diff --git a/doc/japanese/migrate_ja.md b/doc/japanese/migrate_ja.md index 53d0bc0e9..98de0e3f4 100644 --- a/doc/japanese/migrate_ja.md +++ b/doc/japanese/migrate_ja.md @@ -1,4 +1,4 @@ -## iOS用adjust SDKのv3.4.0からv4.14.0への移行 +## iOS用adjust SDKのv3.4.0からv4.14.1への移行 ### 初期設定 diff --git a/doc/migrate.md b/doc/migrate.md index 7140d67ec..c1a70a26c 100644 --- a/doc/migrate.md +++ b/doc/migrate.md @@ -1,4 +1,4 @@ -## Migrate your adjust SDK for iOS to v4.14.0 from v3.4.0 +## Migrate your adjust SDK for iOS to v4.14.1 from v3.4.0 ### Initial setup