Skip to content

Commit 83853fa

Browse files
committed
Update versions for Release 6.11.0
1 parent 3b133a6 commit 83853fa

File tree

11 files changed

+20
-11
lines changed

11 files changed

+20
-11
lines changed

Example/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ target 'Core_Example_iOS' do
2121
# The next line is the forcing function for the Firebase pod. The Firebase
2222
# version's subspecs should depend on the component versions in the
2323
# corresponding podspec's in this repo.
24-
pod 'Firebase/CoreOnly', '6.10.0'
24+
pod 'Firebase/CoreOnly', '6.11.0'
2525

2626
target 'Core_Tests_iOS' do
2727
inherit! :search_paths

Firebase.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 = 'Firebase'
3-
s.version = '6.9.902-test'
3+
s.version = '6.11.0'
44
s.summary = 'Firebase for iOS (plus community support for macOS and tvOS)'
55

66
s.description = <<-DESC

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 = '6.3.0'
3+
s.version = '6.3.1'
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 = '6.3.1'
3+
s.version = '6.3.2'
44
s.summary = 'Firebase Core for iOS (plus community support for macOS and tvOS)'
55

66
s.description = <<-DESC
@@ -39,7 +39,7 @@ Firebase Core includes FIRApp and FIROptions which provide central configuration
3939
s.pod_target_xcconfig = {
4040
'GCC_C_LANGUAGE_STANDARD' => 'c99',
4141
'GCC_PREPROCESSOR_DEFINITIONS' =>
42-
'FIRCore_VERSION=' + s.version.to_s + ' Firebase_VERSION=6.10.0',
42+
'FIRCore_VERSION=' + s.version.to_s + ' Firebase_VERSION=6.11.0',
4343
'OTHER_CFLAGS' => '-fno-autolink'
4444
}
4545
s.test_spec 'unit' do |unit_tests|

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.6.0'
3+
s.version = '1.6.1'
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 = '4.2.5'
3+
s.version = '4.2.6'
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 = '4.1.6'
3+
s.version = '4.1.7'
44
s.summary = 'Firebase Messaging for iOS'
55

66
s.description = <<-DESC

FirebaseRemoteConfig.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 = 'FirebaseRemoteConfig'
3-
s.version = '4.4.2'
3+
s.version = '4.4.3'
44
s.summary = 'Firebase RemoteConfig for iOS'
55

66
s.description = <<-DESC

Firestore/Example/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ if is_platform(:ios)
118118
# The next line is the forcing function for the Firebase pod. The Firebase
119119
# version's subspecs should depend on the component versions in their
120120
# corresponding podspecs.
121-
pod 'Firebase/CoreOnly', '6.10.0'
121+
pod 'Firebase/CoreOnly', '6.11.0'
122122

123123
configure_local_pods()
124124

Releases/Manifests/6.11.0.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"Firebase":"6.11.0",
3+
"FirebaseAuth":"6.3.1",
4+
"FirebaseCore":"6.3.2",
5+
"FirebaseFirestore":"1.6.1",
6+
"FirebaseInstanceID":"4.2.6",
7+
"FirebaseMessaging":"4.1.7",
8+
"FirebaseRemoteConfig":"4.4.3"
9+
}

0 commit comments

Comments
 (0)