Skip to content

Commit 1e3edcc

Browse files
committed
Update versions for Release 6.5.0
1 parent ffb16f8 commit 1e3edcc

12 files changed

+22
-12
lines changed

Example/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ target 'Core_Example_iOS' do
1717
# The next line is the forcing function for the Firebase pod. The Firebase
1818
# version's subspecs should depend on the component versions in the
1919
# corresponding podspec's in this repo.
20-
pod 'Firebase/CoreOnly', '6.4.0'
20+
pod 'Firebase/CoreOnly', '6.5.0'
2121

2222
target 'Core_Tests_iOS' do
2323
inherit! :search_paths

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.2.0'
3+
s.version = '6.2.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.0.4'
3+
s.version = '6.1.0'
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=6.4.0',
36+
'FIRCore_VERSION=' + s.version.to_s + ' Firebase_VERSION=6.5.0',
3737
'OTHER_CFLAGS' => '-fno-autolink'
3838
}
3939
s.test_spec 'unit' do |unit_tests|

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 = '4.0.0'
3+
s.version = '4.0.1'
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.4.1'
3+
s.version = '1.4.2'
44
s.summary = 'Google Cloud Firestore for iOS'
55

66
s.description = <<-DESC

FirebaseInAppMessaging.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 = 'FirebaseInAppMessaging'
3-
s.version = '0.15.1'
3+
s.version = '0.15.2'
44
s.summary = 'Firebase In-App Messaging for iOS'
55

66
s.description = <<-DESC

FirebaseInAppMessagingDisplay.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 = 'FirebaseInAppMessagingDisplay'
3-
s.version = '0.15.0'
3+
s.version = '0.15.2'
44
s.summary = 'Firebase In-App Messaging UI 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.1'
3+
s.version = '4.2.2'
44
s.summary = 'Firebase InstanceID for iOS'
55

66
s.description = <<-DESC

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

66
s.description = <<-DESC

Firestore/Example/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ target 'Firestore_Example_iOS' do
3232
# The next line is the forcing function for the Firebase pod. The Firebase
3333
# version's subspecs should depend on the component versions in their
3434
# corresponding podspec's.
35-
pod 'Firebase/CoreOnly', '6.4.0'
35+
pod 'Firebase/CoreOnly', '6.5.0'
3636

3737
pod 'FirebaseAuth', :path => '../../'
3838
pod 'FirebaseAuthInterop', :path => '../../'

Releases/Manifests/6.5.0.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"FirebaseAuth":"6.2.1",
3+
"FirebaseCore":"6.1.0",
4+
"FirebaseDynamicLinks":"4.0.1",
5+
"FirebaseFirestore":"1.4.2",
6+
"FirebaseInAppMessaging":"0.15.2",
7+
"FirebaseInAppMessagingDisplay":"0.15.2",
8+
"FirebaseInstanceID":"4.2.2",
9+
"FirebaseStorage":"3.4.0"
10+
}

SymbolCollisionTest/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ target 'SymbolCollisionTest' do
88
# use_frameworks!
99

1010
# Firebase Pods
11-
pod 'Firebase', '6.4.0'
11+
pod 'Firebase', '6.5.0'
1212
pod 'FirebaseAnalytics'
1313
pod 'FirebaseAuth'
1414
pod 'FirebaseCore'

0 commit comments

Comments
 (0)