Skip to content

Commit ac36545

Browse files
committed
Update versions for Release 5.4.0
1 parent 8d399c7 commit ac36545

File tree

10 files changed

+18
-10
lines changed

10 files changed

+18
-10
lines changed

Example/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ target 'Core_Example_iOS' do
1212
# The next line is the forcing function for the Firebase pod. The Firebase
1313
# version's subspecs should depend on the component versions in their
1414
# corresponding podspec's.
15-
pod 'Firebase/Core', '5.3.0'
15+
pod 'Firebase/Core', '5.4.0'
1616

1717
target 'Core_Tests_iOS' do
1818
inherit! :search_paths

Firebase/Core/FIROptions.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
NSString *const kFIRLibraryVersionID =
4444
@"5" // Major version (one or more digits)
4545
@"00" // Minor version (exactly 2 digits)
46-
@"04" // Build number (exactly 2 digits)
46+
@"05" // Build number (exactly 2 digits)
4747
@"000"; // Fixed "000"
4848
// Plist file name.
4949
NSString *const kServiceInfoFileName = @"GoogleService-Info";

FirebaseAuth.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'FirebaseAuth'
3-
s.version = '5.0.1'
3+
s.version = '5.0.2'
44
s.summary = 'The official iOS client for Firebase Authentication (plus community support for macOS and tvOS)'
55

66
s.description = <<-DESC

FirebaseCore.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'FirebaseCore'
3-
s.version = '5.0.4'
3+
s.version = '5.0.5'
44
s.summary = 'Firebase Core for iOS (plus community support for macOS and tvOS)'
55

66
s.description = <<-DESC
@@ -35,6 +35,6 @@ Firebase Core includes FIRApp and FIROptions which provide central configuration
3535
s.pod_target_xcconfig = {
3636
'OTHER_CFLAGS' => '-fno-autolink',
3737
'GCC_PREPROCESSOR_DEFINITIONS' =>
38-
'FIRCore_VERSION=' + s.version.to_s + ' Firebase_VERSION=5.3.0'
38+
'FIRCore_VERSION=' + s.version.to_s + ' Firebase_VERSION=5.4.0'
3939
}
4040
end

FirebaseDatabase.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'FirebaseDatabase'
3-
s.version = '5.0.1'
3+
s.version = '5.0.2'
44
s.summary = 'Firebase Open Source Libraries for iOS (plus community support for macOS and tvOS)'
55

66
s.description = <<-DESC

FirebaseFirestore.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'FirebaseFirestore'
3-
s.version = '0.12.4'
3+
s.version = '0.12.5'
44
s.summary = 'Google Cloud Firestore for iOS'
55

66
s.description = <<-DESC

FirebaseFunctions.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'FirebaseFunctions'
3-
s.version = '2.0.0'
3+
s.version = '2.1.0'
44
s.summary = 'Cloud Functions for Firebase iOS SDK.'
55

66
s.description = <<-DESC

FirebaseMessaging.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'FirebaseMessaging'
3-
s.version = '3.0.2'
3+
s.version = '3.0.3'
44
s.summary = 'Firebase Messaging for iOS'
55

66
s.description = <<-DESC

Firestore/Example/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ target 'Firestore_Example_iOS' do
1010
# The next line is the forcing function for the Firebase pod. The Firebase
1111
# version's subspecs should depend on the component versions in their
1212
# corresponding podspec's.
13-
pod 'Firebase/Core', '5.3.0'
13+
pod 'Firebase/Core', '5.4.0'
1414

1515
pod 'FirebaseAuth', :path => '../../'
1616
pod 'FirebaseCore', :path => '../../'

Releases/Manifests/5.4.0.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"FirebaseCore":"5.0.5",
3+
"FirebaseAuth":"5.0.2",
4+
"FirebaseDatabase":"5.0.2",
5+
"FirebaseMessaging":"3.0.3",
6+
"FirebaseFirestore":"0.12.5",
7+
"FirebaseFunctions":"2.1.0"
8+
}

0 commit comments

Comments
 (0)