Skip to content

Commit a3ea6d7

Browse files
Bump to 3.0.1 (#1147)
1 parent 653d313 commit a3ea6d7

File tree

10 files changed

+28
-28
lines changed

10 files changed

+28
-28
lines changed

EventHandlers/EventHandlers.xcodeproj/project.pbxproj

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1230,7 +1230,7 @@
12301230
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO;
12311231
CODE_SIGN_IDENTITY = "";
12321232
CODE_SIGN_STYLE = Manual;
1233-
CURRENT_PROJECT_VERSION = 3.0.0;
1233+
CURRENT_PROJECT_VERSION = 3.0.1;
12341234
DEFINES_MODULE = YES;
12351235
DEVELOPMENT_TEAM = "";
12361236
DYLIB_COMPATIBILITY_VERSION = 1;
@@ -1244,7 +1244,7 @@
12441244
"@executable_path/Frameworks",
12451245
"@loader_path/Frameworks",
12461246
);
1247-
MARKETING_VERSION = 3.0.0;
1247+
MARKETING_VERSION = 3.0.1;
12481248
MODULEMAP_FILE = "";
12491249
PRODUCT_BUNDLE_IDENTIFIER = org.prebid.mobile.PrebidMobileGAMEventHandlers;
12501250
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
@@ -1265,7 +1265,7 @@
12651265
CLANG_ENABLE_MODULES = YES;
12661266
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO;
12671267
CODE_SIGN_STYLE = Manual;
1268-
CURRENT_PROJECT_VERSION = 3.0.0;
1268+
CURRENT_PROJECT_VERSION = 3.0.1;
12691269
DEFINES_MODULE = YES;
12701270
DEVELOPMENT_TEAM = "";
12711271
DYLIB_COMPATIBILITY_VERSION = 1;
@@ -1279,7 +1279,7 @@
12791279
"@executable_path/Frameworks",
12801280
"@loader_path/Frameworks",
12811281
);
1282-
MARKETING_VERSION = 3.0.0;
1282+
MARKETING_VERSION = 3.0.1;
12831283
MODULEMAP_FILE = "";
12841284
PRODUCT_BUNDLE_IDENTIFIER = org.prebid.mobile.PrebidMobileGAMEventHandlers;
12851285
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
@@ -1299,7 +1299,7 @@
12991299
CLANG_CXX_LANGUAGE_STANDARD = "gnu++17";
13001300
CLANG_ENABLE_MODULES = YES;
13011301
CODE_SIGN_STYLE = Automatic;
1302-
CURRENT_PROJECT_VERSION = 3.0.0;
1302+
CURRENT_PROJECT_VERSION = 3.0.1;
13031303
DEFINES_MODULE = YES;
13041304
DEVELOPMENT_TEAM = "";
13051305
DYLIB_COMPATIBILITY_VERSION = 1;
@@ -1314,7 +1314,7 @@
13141314
"@executable_path/Frameworks",
13151315
"@loader_path/Frameworks",
13161316
);
1317-
MARKETING_VERSION = 3.0.0;
1317+
MARKETING_VERSION = 3.0.1;
13181318
PRODUCT_BUNDLE_IDENTIFIER = org.prebid.mobile.PrebidMobileMAXAdapters;
13191319
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
13201320
SKIP_INSTALL = YES;
@@ -1334,7 +1334,7 @@
13341334
CLANG_CXX_LANGUAGE_STANDARD = "gnu++17";
13351335
CLANG_ENABLE_MODULES = YES;
13361336
CODE_SIGN_STYLE = Automatic;
1337-
CURRENT_PROJECT_VERSION = 3.0.0;
1337+
CURRENT_PROJECT_VERSION = 3.0.1;
13381338
DEFINES_MODULE = YES;
13391339
DEVELOPMENT_TEAM = "";
13401340
DYLIB_COMPATIBILITY_VERSION = 1;
@@ -1349,7 +1349,7 @@
13491349
"@executable_path/Frameworks",
13501350
"@loader_path/Frameworks",
13511351
);
1352-
MARKETING_VERSION = 3.0.0;
1352+
MARKETING_VERSION = 3.0.1;
13531353
PRODUCT_BUNDLE_IDENTIFIER = org.prebid.mobile.PrebidMobileMAXAdapters;
13541354
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
13551355
SKIP_INSTALL = YES;
@@ -1411,7 +1411,7 @@
14111411
CLANG_CXX_LANGUAGE_STANDARD = "gnu++17";
14121412
CLANG_ENABLE_MODULES = YES;
14131413
CODE_SIGN_STYLE = Automatic;
1414-
CURRENT_PROJECT_VERSION = 3.0.0;
1414+
CURRENT_PROJECT_VERSION = 3.0.1;
14151415
DEFINES_MODULE = YES;
14161416
DYLIB_COMPATIBILITY_VERSION = 1;
14171417
DYLIB_CURRENT_VERSION = 1;
@@ -1425,7 +1425,7 @@
14251425
"@executable_path/Frameworks",
14261426
"@loader_path/Frameworks",
14271427
);
1428-
MARKETING_VERSION = 3.0.0;
1428+
MARKETING_VERSION = 3.0.1;
14291429
PRODUCT_BUNDLE_IDENTIFIER = org.prebid.mobile.PrebidMobileAdMobAdapters;
14301430
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
14311431
PROVISIONING_PROFILE_SPECIFIER = None;
@@ -1446,7 +1446,7 @@
14461446
CLANG_CXX_LANGUAGE_STANDARD = "gnu++17";
14471447
CLANG_ENABLE_MODULES = YES;
14481448
CODE_SIGN_STYLE = Automatic;
1449-
CURRENT_PROJECT_VERSION = 3.0.0;
1449+
CURRENT_PROJECT_VERSION = 3.0.1;
14501450
DEFINES_MODULE = YES;
14511451
DYLIB_COMPATIBILITY_VERSION = 1;
14521452
DYLIB_CURRENT_VERSION = 1;
@@ -1460,7 +1460,7 @@
14601460
"@executable_path/Frameworks",
14611461
"@loader_path/Frameworks",
14621462
);
1463-
MARKETING_VERSION = 3.0.0;
1463+
MARKETING_VERSION = 3.0.1;
14641464
PRODUCT_BUNDLE_IDENTIFIER = org.prebid.mobile.PrebidMobileAdMobAdapters;
14651465
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
14661466
PROVISIONING_PROFILE_SPECIFIER = None;

EventHandlers/PrebidMobileAdMobAdapters/Sources/AdMobConstants.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ import Foundation
1919
public class AdMobConstants: NSObject {
2020

2121
public static let PrebidAdMobEventExtrasLabel = "PrebidAdMobCustomEventExtras"
22-
public static let PrebidAdMobRewardedAdapterVersion = "3.0.0"
22+
public static let PrebidAdMobRewardedAdapterVersion = "3.0.1"
2323
}

EventHandlers/PrebidMobileMAXAdapters/Sources/MAXConstants.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ import Foundation
1717

1818
@objcMembers
1919
public class MAXConstants: NSObject {
20-
public static let PrebidMAXAdapterVersion = "3.0.0"
20+
public static let PrebidMAXAdapterVersion = "3.0.1"
2121
}

Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PODS:
22
- Alamofire (4.9.1)
3-
- AppLovinSDK (13.2.0)
3+
- AppLovinSDK (13.3.0)
44
- Eureka (5.5.0)
55
- Google-Mobile-Ads-SDK (12.4.0):
66
- GoogleUserMessagingPlatform (>= 1.1)
@@ -33,7 +33,7 @@ SPEC REPOS:
3333

3434
SPEC CHECKSUMS:
3535
Alamofire: 85e8a02c69d6020a0d734f6054870d7ecb75cf18
36-
AppLovinSDK: 1eb88a82b4feea9f3696ce9cc1e3343c4997ee12
36+
AppLovinSDK: 5ed9dbada0de5a80e4546116994470011ed01f53
3737
Eureka: 1c18c7fcd8f772cc2ca42d6be36292dffa77eecb
3838
Google-Mobile-Ads-SDK: db00a3836f288f94e52114f312b56fe066699d82
3939
GoogleAds-IMA-iOS-SDK: 10b8f194e7cd2714d4de9a0587c46c8aaf06c620

PrebidMobile.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22

33
s.name = "PrebidMobile"
4-
s.version = "3.0.0"
4+
s.version = "3.0.1"
55
s.summary = "PrebidMobile is a lightweight framework that integrates directly with Prebid Server."
66

77
s.description = <<-DESC

PrebidMobile.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4716,7 +4716,7 @@
47164716
CODE_SIGN_IDENTITY = "";
47174717
CODE_SIGN_STYLE = Automatic;
47184718
CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)";
4719-
CURRENT_PROJECT_VERSION = 3.0.0;
4719+
CURRENT_PROJECT_VERSION = 3.0.1;
47204720
DEFINES_MODULE = YES;
47214721
DEVELOPMENT_TEAM = "";
47224722
DYLIB_COMPATIBILITY_VERSION = 1;
@@ -4735,7 +4735,7 @@
47354735
"@executable_path/Frameworks",
47364736
"@loader_path/Frameworks",
47374737
);
4738-
MARKETING_VERSION = 3.0.0;
4738+
MARKETING_VERSION = 3.0.1;
47394739
MODULEMAP_FILE = PrebidMobile/BuildFiles/PrebidMobile.modulemap;
47404740
SKIP_INSTALL = YES;
47414741
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
@@ -4755,7 +4755,7 @@
47554755
CODE_SIGN_IDENTITY = "";
47564756
CODE_SIGN_STYLE = Automatic;
47574757
CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)";
4758-
CURRENT_PROJECT_VERSION = 3.0.0;
4758+
CURRENT_PROJECT_VERSION = 3.0.1;
47594759
DEFINES_MODULE = YES;
47604760
DEVELOPMENT_TEAM = "";
47614761
DYLIB_COMPATIBILITY_VERSION = 1;
@@ -4774,7 +4774,7 @@
47744774
"@executable_path/Frameworks",
47754775
"@loader_path/Frameworks",
47764776
);
4777-
MARKETING_VERSION = 3.0.0;
4777+
MARKETING_VERSION = 3.0.1;
47784778
MODULEMAP_FILE = PrebidMobile/BuildFiles/PrebidMobile.modulemap;
47794779
SKIP_INSTALL = YES;
47804780
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";

PrebidMobile/Constants.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ public class PrebidConstants: NSObject {
116116
"""
117117
}
118118

119-
public static let PREBID_VERSION = "3.0.0"
119+
public static let PREBID_VERSION = "3.0.1"
120120

121121
public static let SDK_NAME = "prebid-mobile-sdk"
122122
}

PrebidMobileAdMobAdapters.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22

33
s.name = "PrebidMobileAdMobAdapters"
4-
s.version = "3.0.0"
4+
s.version = "3.0.1"
55
s.summary = "The bridge between PrebidMobile SDK and GMA SDK."
66

77
s.description = "AdMob Adatpers manages rendering of Prebid ads in the case of integration with AdMob as a Primary Ad Server."
@@ -40,7 +40,7 @@ Pod::Spec.new do |s|
4040

4141
s.static_framework = true
4242

43-
s.dependency 'PrebidMobile', '3.0.0'
43+
s.dependency 'PrebidMobile', '3.0.1'
4444
s.dependency 'Google-Mobile-Ads-SDK', '>= 12.0.0'
4545

4646
s.pod_target_xcconfig = {

PrebidMobileGAMEventHandlers.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22

33
s.name = "PrebidMobileGAMEventHandlers"
4-
s.version = "3.0.0"
4+
s.version = "3.0.1"
55
s.summary = "The bridge between PrebidMobile SDK and GMA SDK."
66

77
s.description = "GAM Event Handlers manages rendering of Prebid or GAM ads respectively to the winning bid."
@@ -39,7 +39,7 @@ Pod::Spec.new do |s|
3939
s.source_files = 'EventHandlers/PrebidMobileGAMEventHandlers/**/*.{h,m,swift}'
4040
s.static_framework = true
4141

42-
s.dependency 'PrebidMobile', '3.0.0'
42+
s.dependency 'PrebidMobile', '3.0.1'
4343
s.dependency 'Google-Mobile-Ads-SDK', '>= 12.0.0'
4444

4545
s.pod_target_xcconfig = {

PrebidMobileMAXAdapters.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22

33
s.name = "PrebidMobileMAXAdapters"
4-
s.version = "3.0.0"
4+
s.version = "3.0.1"
55
s.summary = "The bridge between PrebidMobile SDK and Applovin MAX SDK."
66

77
s.description = "MAX Adapters manages rendering of Prebid or MAX ads respectively to the winning bid."
@@ -39,7 +39,7 @@ Pod::Spec.new do |s|
3939
s.source_files = 'EventHandlers/PrebidMobileMAXAdapters/**/*.{h,m,swift}'
4040
s.static_framework = true
4141

42-
s.dependency 'PrebidMobile', '3.0.0'
42+
s.dependency 'PrebidMobile', '3.0.1'
4343
s.dependency 'AppLovinSDK'
4444

4545
s.pod_target_xcconfig = {

0 commit comments

Comments
 (0)