Skip to content

Commit

Permalink
Bump versions to 2.1.0 (#830)
Browse files Browse the repository at this point in the history
  • Loading branch information
OlenaPostindustria committed Apr 21, 2023
1 parent eb6f48f commit 6ca6c16
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 16 deletions.
12 changes: 6 additions & 6 deletions EventHandlers/EventHandlers.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1213,7 +1213,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 2.0.9;
MARKETING_VERSION = 2.1.0;
MODULEMAP_FILE = "";
PRODUCT_BUNDLE_IDENTIFIER = org.prebid.mobile.PrebidMobileGAMEventHandlers;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
Expand Down Expand Up @@ -1247,7 +1247,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 2.0.9;
MARKETING_VERSION = 2.1.0;
MODULEMAP_FILE = "";
PRODUCT_BUNDLE_IDENTIFIER = org.prebid.mobile.PrebidMobileGAMEventHandlers;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
Expand Down Expand Up @@ -1282,7 +1282,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 2.0.9;
MARKETING_VERSION = 2.1.0;
PRODUCT_BUNDLE_IDENTIFIER = org.prebid.mobile.PrebidMobileMAXAdapters;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
Expand Down Expand Up @@ -1317,7 +1317,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 2.0.9;
MARKETING_VERSION = 2.1.0;
PRODUCT_BUNDLE_IDENTIFIER = org.prebid.mobile.PrebidMobileMAXAdapters;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
Expand Down Expand Up @@ -1393,7 +1393,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 2.0.9;
MARKETING_VERSION = 2.1.0;
PRODUCT_BUNDLE_IDENTIFIER = org.prebid.mobile.PrebidMobileAdMobAdapters;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
PROVISIONING_PROFILE_SPECIFIER = None;
Expand Down Expand Up @@ -1428,7 +1428,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 2.0.9;
MARKETING_VERSION = 2.1.0;
PRODUCT_BUNDLE_IDENTIFIER = org.prebid.mobile.PrebidMobileAdMobAdapters;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
PROVISIONING_PROFILE_SPECIFIER = None;
Expand Down
2 changes: 1 addition & 1 deletion PrebidMobile.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "PrebidMobile"
s.version = "2.0.9"
s.version = "2.1.0"
s.summary = "PrebidMobile is a lightweight framework that integrates directly with Prebid Server."

s.description = <<-DESC
Expand Down
4 changes: 2 additions & 2 deletions PrebidMobile.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -4393,7 +4393,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 2.0.9;
MARKETING_VERSION = 2.1.0;
MODULEMAP_FILE = PrebidMobile/BuildFiles/PrebidMobile.modulemap;
SKIP_INSTALL = YES;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
Expand Down Expand Up @@ -4428,7 +4428,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 2.0.9;
MARKETING_VERSION = 2.1.0;
MODULEMAP_FILE = PrebidMobile/BuildFiles/PrebidMobile.modulemap;
SKIP_INSTALL = YES;
SWIFT_VERSION = 5.0;
Expand Down
2 changes: 1 addition & 1 deletion PrebidMobile/Constants.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import UIKit

public let PrebidLocalCacheIdKey = "hb_cache_id_local"
public let PREBID_VERSION = "2.0.9"
public let PREBID_VERSION = "2.1.0"

extension String {

Expand Down
4 changes: 2 additions & 2 deletions PrebidMobileAdMobAdapters.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "PrebidMobileAdMobAdapters"
s.version = "2.0.9"
s.version = "2.1.0"
s.summary = "The bridge between PrebidMobile SDK and GMA SDK."

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

s.static_framework = true

s.dependency 'PrebidMobile', '2.0.9'
s.dependency 'PrebidMobile', '2.1.0'
s.dependency 'Google-Mobile-Ads-SDK'

end
4 changes: 2 additions & 2 deletions PrebidMobileGAMEventHandlers.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "PrebidMobileGAMEventHandlers"
s.version = "2.0.9"
s.version = "2.1.0"
s.summary = "The bridge between PrebidMobile SDK and GMA SDK."

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

s.dependency 'PrebidMobile', '2.0.9'
s.dependency 'PrebidMobile', '2.1.0'
s.dependency 'Google-Mobile-Ads-SDK'

end
4 changes: 2 additions & 2 deletions PrebidMobileMAXAdapters.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "PrebidMobileMAXAdapters"
s.version = "2.0.9"
s.version = "2.1.0"
s.summary = "The bridge between PrebidMobile SDK and Applovin MAX SDK."

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

s.dependency 'PrebidMobile', '2.0.9'
s.dependency 'PrebidMobile', '2.1.0'
s.dependency 'AppLovinSDK'

end

0 comments on commit 6ca6c16

Please sign in to comment.