Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge release 6.20.0 #5118

Merged
merged 4 commits into from
Mar 17, 2020
4 changes: 2 additions & 2 deletions Firebase.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Firebase'
s.version = '6.19.0'
s.version = '6.20.0'
s.summary = 'Firebase for iOS (plus community support for macOS and tvOS)'

s.description = <<-DESC
Expand Down Expand Up @@ -91,7 +91,7 @@ Simplify your iOS development, grow your user base, and monetize more effectivel

s.subspec 'Firestore' do |ss|
ss.dependency 'Firebase/CoreOnly'
ss.dependency 'FirebaseFirestore', '~> 1.11.1'
ss.dependency 'FirebaseFirestore', '~> 1.11.2'
end

s.subspec 'Functions' do |ss|
Expand Down