Skip to content

Commit 7f869fb

Browse files
authored
Versions for 5.20.1 (#2689)
1 parent 293c5c2 commit 7f869fb

File tree

5 files changed

+6
-4
lines changed

5 files changed

+6
-4
lines changed

Example/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ target 'Core_Example_iOS' do
1919
# The next line is the forcing function for the Firebase pod. The Firebase
2020
# version's subspecs should depend on the component versions in their
2121
# corresponding podspec's.
22-
pod 'Firebase/CoreOnly', '5.20.0'
22+
pod 'Firebase/CoreOnly', '5.20.1'
2323

2424
target 'Core_Tests_iOS' do
2525
inherit! :search_paths

FirebaseFirestore.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'FirebaseFirestore'
3-
s.version = '1.2.0'
3+
s.version = '1.2.1'
44
s.summary = 'Google Cloud Firestore for iOS'
55

66
s.description = <<-DESC

Firestore/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# Unreleased
2+
3+
# 1.2.1
24
- [fixed] Fixed a use-after-free bug that could be observed when using snapshot
35
listeners on temporary document references (#2682).
46

Firestore/Example/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ target 'Firestore_Example_iOS' do
1414
# The next line is the forcing function for the Firebase pod. The Firebase
1515
# version's subspecs should depend on the component versions in their
1616
# corresponding podspec's.
17-
pod 'Firebase/CoreOnly', '5.20.0'
17+
pod 'Firebase/CoreOnly', '5.20.1'
1818

1919
pod 'FirebaseAuth', :path => '../../'
2020
pod 'FirebaseAuthInterop', :path => '../../'

SymbolCollisionTest/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ target 'SymbolCollisionTest' do
66
# use_frameworks!
77

88
# Firebase Pods
9-
pod 'Firebase', '5.20.0'
9+
pod 'Firebase', '5.20.1'
1010
pod 'FirebaseAnalytics'
1111
pod 'FirebaseAuth'
1212
pod 'FirebaseCore'

0 commit comments

Comments
 (0)