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
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
Original file line number Diff line number Diff line change 11Pod ::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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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 => '../../'
Original file line number Diff line number Diff 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'
You can’t perform that action at this time.
0 commit comments