Skip to content

Commit

Permalink
chore: update version in the podspecs
Browse files Browse the repository at this point in the history
  • Loading branch information
YuriyVelichkoOpenX committed Jan 5, 2022
1 parent 45c3a9c commit 916374a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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 = "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
Expand Down
2 changes: 1 addition & 1 deletion 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 = "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."
Expand Down
2 changes: 1 addition & 1 deletion PrebidMobileMoPubAdapters.podspec
Original file line number Diff line number Diff line change
@@ -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."
Expand Down

0 comments on commit 916374a

Please sign in to comment.