From 916374aa78ee1e1485a306cec6ee473bdc339dff Mon Sep 17 00:00:00 2001 From: Yuriy Velichko Date: Wed, 5 Jan 2022 13:59:36 +0200 Subject: [PATCH] chore: update version in the podspecs --- PrebidMobile.podspec | 2 +- PrebidMobileGAMEventHandlers.podspec | 2 +- PrebidMobileMoPubAdapters.podspec | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/PrebidMobile.podspec b/PrebidMobile.podspec index c37faa88f..9538e70d1 100644 --- a/PrebidMobile.podspec +++ b/PrebidMobile.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "PrebidMobile" - s.version = "1.13.0-beta1" + s.version = "1.13.0-beta2" s.summary = "PrebidMobile is a lightweight framework that integrates directly with Prebid Server." s.description = <<-DESC diff --git a/PrebidMobileGAMEventHandlers.podspec b/PrebidMobileGAMEventHandlers.podspec index e4d9a9487..95ed7215b 100644 --- a/PrebidMobileGAMEventHandlers.podspec +++ b/PrebidMobileGAMEventHandlers.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "PrebidMobileGAMEventHandlers" - s.version = "1.13.0-beta1" + s.version = "1.13.0-beta2" 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." diff --git a/PrebidMobileMoPubAdapters.podspec b/PrebidMobileMoPubAdapters.podspec index 36415b06a..83d3516d1 100644 --- a/PrebidMobileMoPubAdapters.podspec +++ b/PrebidMobileMoPubAdapters.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "PrebidMobileMoPubAdapters" - s.version = "1.13.0-beta1" + s.version = "1.13.0-beta2" s.summary = "The bridge between PrebidMobile SDK and MoPub SDK." s.description = "MoPub Adatpers manages rendering of Prebid ads in the case of integration with MoPub as a Primary Ad Server."