Skip to content

Commit a33869a

Browse files
committed
Update versions for Release 5.20.0
1 parent 0091515 commit a33869a

File tree

11 files changed

+19
-11
lines changed

11 files changed

+19
-11
lines changed

Example/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ target 'Core_Example_iOS' do
1919
# The next line is the forcing function for the Firebase pod. The Firebase
2020
# version's subspecs should depend on the component versions in their
2121
# corresponding podspec's.
22-
pod 'Firebase/CoreOnly', '5.19.0'
22+
pod 'Firebase/CoreOnly', '5.20.0'
2323

2424
target 'Core_Tests_iOS' do
2525
inherit! :search_paths

Firebase/Core/FIROptions.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
// Library version ID.
4343
NSString *const kFIRLibraryVersionID = @"5" // Major version (one or more digits)
4444
@"04" // Minor version (exactly 2 digits)
45-
@"00" // Build number (exactly 2 digits)
45+
@"01" // Build number (exactly 2 digits)
4646
@"000"; // Fixed "000"
4747
// Plist file name.
4848
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.4.1'
3+
s.version = '5.4.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.4.0'
3+
s.version = '5.4.1'
44
s.summary = 'Firebase Core for iOS (plus community support for macOS and tvOS)'
55

66
s.description = <<-DESC
@@ -33,7 +33,7 @@ Firebase Core includes FIRApp and FIROptions which provide central configuration
3333
s.pod_target_xcconfig = {
3434
'GCC_C_LANGUAGE_STANDARD' => 'c99',
3535
'GCC_PREPROCESSOR_DEFINITIONS' =>
36-
'FIRCore_VERSION=' + s.version.to_s + ' Firebase_VERSION=5.19.0',
36+
'FIRCore_VERSION=' + s.version.to_s + ' Firebase_VERSION=5.20.0',
3737
'OTHER_CFLAGS' => '-fno-autolink'
3838
}
3939
end

FirebaseDynamicLinks.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 = 'FirebaseDynamicLinks'
3-
s.version = '3.4.2'
3+
s.version = '3.4.3'
44
s.summary = 'Firebase DynamicLinks for iOS'
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 = '1.1.0'
3+
s.version = '1.2.0'
44
s.summary = 'Google Cloud Firestore for iOS'
55

66
s.description = <<-DESC

FirebaseInstanceID.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 = 'FirebaseInstanceID'
3-
s.version = '3.8.0'
3+
s.version = '3.8.1'
44
s.summary = 'Firebase InstanceID for iOS'
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.4.0'
3+
s.version = '3.5.0'
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
@@ -14,7 +14,7 @@ target 'Firestore_Example_iOS' do
1414
# The next line is the forcing function for the Firebase pod. The Firebase
1515
# version's subspecs should depend on the component versions in their
1616
# corresponding podspec's.
17-
pod 'Firebase/CoreOnly', '5.19.0'
17+
pod 'Firebase/CoreOnly', '5.20.0'
1818

1919
pod 'FirebaseAuth', :path => '../../'
2020
pod 'FirebaseAuthInterop', :path => '../../'

Releases/Manifests/5.20.0.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"FirebaseAuth":"5.4.2",
3+
"FirebaseCore":"5.4.1",
4+
"FirebaseDynamicLinks":"3.4.3",
5+
"FirebaseFirestore":"1.2.0",
6+
"FirebaseInstanceID":"3.8.1",
7+
"FirebaseMessaging":"3.5.0"
8+
}

0 commit comments

Comments
 (0)