Skip to content

Commit

Permalink
Versions for 5.20.1 (#2689)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulb777 committed Mar 30, 2019
1 parent 293c5c2 commit 7f869fb
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Example/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ target 'Core_Example_iOS' do
# The next line is the forcing function for the Firebase pod. The Firebase
# version's subspecs should depend on the component versions in their
# corresponding podspec's.
pod 'Firebase/CoreOnly', '5.20.0'
pod 'Firebase/CoreOnly', '5.20.1'

target 'Core_Tests_iOS' do
inherit! :search_paths
Expand Down
2 changes: 1 addition & 1 deletion FirebaseFirestore.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'FirebaseFirestore'
s.version = '1.2.0'
s.version = '1.2.1'
s.summary = 'Google Cloud Firestore for iOS'

s.description = <<-DESC
Expand Down
2 changes: 2 additions & 0 deletions Firestore/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Unreleased

# 1.2.1
- [fixed] Fixed a use-after-free bug that could be observed when using snapshot
listeners on temporary document references (#2682).

Expand Down
2 changes: 1 addition & 1 deletion Firestore/Example/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ target 'Firestore_Example_iOS' do
# The next line is the forcing function for the Firebase pod. The Firebase
# version's subspecs should depend on the component versions in their
# corresponding podspec's.
pod 'Firebase/CoreOnly', '5.20.0'
pod 'Firebase/CoreOnly', '5.20.1'

pod 'FirebaseAuth', :path => '../../'
pod 'FirebaseAuthInterop', :path => '../../'
Expand Down
2 changes: 1 addition & 1 deletion SymbolCollisionTest/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ target 'SymbolCollisionTest' do
# use_frameworks!

# Firebase Pods
pod 'Firebase', '5.20.0'
pod 'Firebase', '5.20.1'
pod 'FirebaseAnalytics'
pod 'FirebaseAuth'
pod 'FirebaseCore'
Expand Down

0 comments on commit 7f869fb

Please sign in to comment.