aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Paul Beusterien <paulbeusterien@google.com>2018-02-14 14:40:55 -0800
committerGravatar GitHub <noreply@github.com>2018-02-14 14:40:55 -0800
commit6889850b251ab56186bc13765baee0c3d0f1ae61 (patch)
tree215af40787b612bf7287de9a1114100fe94191cd
parent0d6b54060a7839cbfee929e328962d0b315f8650 (diff)
parent2c107697d8c849816b818487b3b285697a2ef00d (diff)
Merge pull request #801 from firebase/release-4.9.0
-rw-r--r--Example/Podfile2
-rw-r--r--Firebase/Auth/CHANGELOG.md4
-rw-r--r--Firebase/Core/FIROptions.m2
-rw-r--r--FirebaseAuth.podspec2
-rw-r--r--FirebaseCore.podspec2
-rw-r--r--FirebaseFirestore.podspec2
-rw-r--r--FirebaseMessaging.podspec2
-rw-r--r--Firestore/Example/Podfile2
8 files changed, 9 insertions, 9 deletions
diff --git a/Example/Podfile b/Example/Podfile
index 576d8d0..dac03cf 100644
--- a/Example/Podfile
+++ b/Example/Podfile
@@ -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.2'
+ pod 'Firebase/Core', '4.9.0'
target 'Core_Tests_iOS' do
inherit! :search_paths
diff --git a/Firebase/Auth/CHANGELOG.md b/Firebase/Auth/CHANGELOG.md
index 38fec69..9a44414 100644
--- a/Firebase/Auth/CHANGELOG.md
+++ b/Firebase/Auth/CHANGELOG.md
@@ -1,7 +1,7 @@
-# v4.4.2
+# v4.4.3
- Adds an explicit dependency on CoreGraphics from Firebase Auth.
-# v4.4.1
+# v4.4.2
- Fixes bug where the FIRAuthResult object returned following a Phone Number authentication
always contained a nil FIRAdditionalUserInfo object. Now the FIRAdditionalUserInfo object is
never nil and its newUser field is populated correctly.
diff --git a/Firebase/Core/FIROptions.m b/Firebase/Core/FIROptions.m
index a5d3b71..75f2ed2 100644
--- a/Firebase/Core/FIROptions.m
+++ b/Firebase/Core/FIROptions.m
@@ -42,7 +42,7 @@ NSString *const kFIRIsSignInEnabled = @"IS_SIGNIN_ENABLED";
NSString *const kFIRLibraryVersionID =
@"4" // Major version (one or more digits)
@"00" // Minor version (exactly 2 digits)
- @"14" // Build number (exactly 2 digits)
+ @"15" // Build number (exactly 2 digits)
@"000"; // Fixed "000"
// Plist file name.
NSString *const kServiceInfoFileName = @"GoogleService-Info";
diff --git a/FirebaseAuth.podspec b/FirebaseAuth.podspec
index 9589a40..c906cea 100644
--- a/FirebaseAuth.podspec
+++ b/FirebaseAuth.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'FirebaseAuth'
- s.version = '4.4.2'
+ s.version = '4.4.3'
s.summary = 'The official iOS client for Firebase Authentication'
s.description = <<-DESC
diff --git a/FirebaseCore.podspec b/FirebaseCore.podspec
index 3c583cf..0e3d0c4 100644
--- a/FirebaseCore.podspec
+++ b/FirebaseCore.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'FirebaseCore'
- s.version = '4.0.14'
+ s.version = '4.0.15'
s.summary = 'Firebase Core for iOS'
s.description = <<-DESC
diff --git a/FirebaseFirestore.podspec b/FirebaseFirestore.podspec
index 0f0fe19..84a89d1 100644
--- a/FirebaseFirestore.podspec
+++ b/FirebaseFirestore.podspec
@@ -8,7 +8,7 @@
Pod::Spec.new do |s|
s.name = 'FirebaseFirestore'
- s.version = '0.10.0'
+ s.version = '0.10.1'
s.summary = 'Google Cloud Firestore for iOS'
s.description = <<-DESC
diff --git a/FirebaseMessaging.podspec b/FirebaseMessaging.podspec
index b1fdb68..a40888a 100644
--- a/FirebaseMessaging.podspec
+++ b/FirebaseMessaging.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'FirebaseMessaging'
- s.version = '2.0.8'
+ s.version = '2.1.0'
s.summary = 'Firebase Messaging for iOS'
s.description = <<-DESC
diff --git a/Firestore/Example/Podfile b/Firestore/Example/Podfile
index bd57e21..5fa6a95 100644
--- a/Firestore/Example/Podfile
+++ b/Firestore/Example/Podfile
@@ -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.2'
+pod 'Firebase/Core', '4.9.0'
use_frameworks!
platform :ios, '8.0'