aboutsummaryrefslogtreecommitdiffhomepage
path: root/Example
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 /Example
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 'Example')
-rw-r--r--Example/Podfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Example/Podfile b/Example/Podfile
index 0a4177d..5308679 100644
--- a/Example/Podfile
+++ b/Example/Podfile
@@ -12,7 +12,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', '5.0.1'
+ pod 'Firebase/Core', '5.1.0'
target 'Core_Tests_iOS' do
inherit! :search_paths