Skip to content

Commit

Permalink
Update incorrect Core version. (#5949)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanwilson authored Jun 30, 2020
1 parent 4fb8b35 commit 7783b2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Firebase.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Simplify your app development, grow your user base, and monetize more effectivel
end

s.subspec 'CoreOnly' do |ss|
ss.dependency 'FirebaseCore', '6.8.0'
ss.dependency 'FirebaseCore', '6.8.1'
ss.source_files = 'CoreOnly/Sources/Firebase.h'
ss.preserve_paths = 'CoreOnly/Sources/module.modulemap'
if ENV['FIREBASE_POD_REPO_FOR_DEV_POD'] then
Expand Down

0 comments on commit 7783b2f

Please sign in to comment.