Skip to content

Commit

Permalink
Version updates to 4.8.2 (firebase#722)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulb777 committed Jan 28, 2018
1 parent a74d39f commit 6dc1373
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Example/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,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/Core', '4.8.1'
pod 'Firebase/Core', '4.8.2'

target 'Core_Tests_iOS' do
inherit! :search_paths
Expand Down
2 changes: 1 addition & 1 deletion Firestore/Example/Podfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# 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/Core', '4.8.1'
pod 'Firebase/Core', '4.8.2'

use_frameworks!
platform :ios, '8.0'
Expand Down

0 comments on commit 6dc1373

Please sign in to comment.