Skip to content

Commit 5fc7977

Browse files
committed
feat: update version number to 4.32.0
1 parent c1aa97d commit 5fc7977

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
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.31.0"
3+
s.version = "4.32.0"
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 = { "Adjust GmbH" => "sdk@adjust.com" }
8-
s.source = { :git => "https://github.com/adjust/ios_sdk.git", :tag => "v4.31.0" }
8+
s.source = { :git => "https://github.com/adjust/ios_sdk.git", :tag => "v4.32.0" }
99
s.ios.deployment_target = '9.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
@@ -39,7 +39,7 @@
3939
static NSRegularExpression *shortUniversalLinkRegex = nil;
4040
static NSRegularExpression *excludedDeeplinkRegex = nil;
4141

42-
static NSString * const kClientSdk = @"ios4.31.0";
42+
static NSString * const kClientSdk = @"ios4.32.0";
4343
static NSString * const kDeeplinkParam = @"deep_link=";
4444
static NSString * const kSchemeDelimiter = @"://";
4545
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 SDK
44
//
5-
// V4.31.0
5+
// V4.32.0
66
// Created by Christian Wellenbrock (@wellle) on 23rd July 2013.
77
// Copyright (c) 2012-2021 Adjust GmbH. All rights reserved.
88
//

AdjustBridge/AdjustBridgeRegister.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ + (NSString *)adjust_js {
256256
if (this.sdkPrefix) {
257257
return this.sdkPrefix;
258258
} else {
259-
return 'web-bridge4.31.0';
259+
return 'web-bridge4.32.0';
260260
}
261261
},
262262
setTestOptions: function(testOptions) {

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.31.0";
19+
self.clientSdk = @"ios4.32.0";
2020
self.suffix = @"";
2121
self.environment = @"sandbox";
2222

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.31.0
1+
4.32.0

0 commit comments

Comments
 (0)