aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore
diff options
context:
space:
mode:
authorGravatar Ryan Wilson <wilsonryan@google.com>2018-05-23 10:31:30 -0400
committerGravatar GitHub <noreply@github.com>2018-05-23 10:31:30 -0400
commit21c17dd188f50267276c1b5964774640be501c70 (patch)
tree61df68395c59cbd5503909ca87136af2913a0bfe /Firestore
parent23f8320148672310ff71aa3ef2b6c3ac86d47ede (diff)
Bump version numbers for 5.1.0 (#1320)
* Bump version numbers for 5.1.0 * Update push pods script for releasing SDKs. * Fix Core library version string.
Diffstat (limited to 'Firestore')
-rw-r--r--Firestore/Example/Podfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Firestore/Example/Podfile b/Firestore/Example/Podfile
index 26af4cd..88cf93a 100644
--- a/Firestore/Example/Podfile
+++ b/Firestore/Example/Podfile
@@ -10,7 +10,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/Core', '5.0.1'
+ pod 'Firebase/Core', '5.1.0'
pod 'FirebaseAuth', :path => '../../'
pod 'FirebaseCore', :path => '../../'