File tree Expand file tree Collapse file tree 5 files changed +6
-4
lines changed Expand file tree Collapse file tree 5 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ target 'Core_Example_iOS' do
19
19
# The next line is the forcing function for the Firebase pod. The Firebase
20
20
# version's subspecs should depend on the component versions in their
21
21
# corresponding podspec's.
22
- pod 'Firebase/CoreOnly' , '5.20.0 '
22
+ pod 'Firebase/CoreOnly' , '5.20.1 '
23
23
24
24
target 'Core_Tests_iOS' do
25
25
inherit! :search_paths
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = 'FirebaseFirestore'
3
- s . version = '1.2.0 '
3
+ s . version = '1.2.1 '
4
4
s . summary = 'Google Cloud Firestore for iOS'
5
5
6
6
s . description = <<-DESC
Original file line number Diff line number Diff line change 1
1
# Unreleased
2
+
3
+ # 1.2.1
2
4
- [ fixed] Fixed a use-after-free bug that could be observed when using snapshot
3
5
listeners on temporary document references (#2682 ).
4
6
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ target 'Firestore_Example_iOS' do
14
14
# The next line is the forcing function for the Firebase pod. The Firebase
15
15
# version's subspecs should depend on the component versions in their
16
16
# corresponding podspec's.
17
- pod 'Firebase/CoreOnly' , '5.20.0 '
17
+ pod 'Firebase/CoreOnly' , '5.20.1 '
18
18
19
19
pod 'FirebaseAuth' , :path => '../../'
20
20
pod 'FirebaseAuthInterop' , :path => '../../'
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ target 'SymbolCollisionTest' do
6
6
# use_frameworks!
7
7
8
8
# Firebase Pods
9
- pod 'Firebase' , '5.20.0 '
9
+ pod 'Firebase' , '5.20.1 '
10
10
pod 'FirebaseAnalytics'
11
11
pod 'FirebaseAuth'
12
12
pod 'FirebaseCore'
You can’t perform that action at this time.
0 commit comments