Skip to content

Commit cf172a4

Browse files
committed
Update versions for Release 6.1.0
1 parent 3210d53 commit cf172a4

File tree

10 files changed

+19
-10
lines changed

10 files changed

+19
-10
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 the
2121
# corresponding podspec's in this repo.
22-
pod 'Firebase/CoreOnly', '6.0.0'
22+
pod 'Firebase/CoreOnly', '6.1.0'
2323

2424
target 'Core_Tests_iOS' do
2525
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.0.0'
3+
s.version = '6.1.0'
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.0'
3+
s.version = '6.0.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=6.0.0',
36+
'FIRCore_VERSION=' + s.version.to_s + ' Firebase_VERSION=6.1.0',
3737
'OTHER_CFLAGS' => '-fno-autolink'
3838
}
3939
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.3.0'
3+
s.version = '1.3.1'
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.5.0'
3+
s.version = '2.5.1'
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 = '4.0.0'
3+
s.version = '4.0.1'
44
s.summary = 'Firebase Messaging 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.2.0'
3+
s.version = '3.2.1'
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
@@ -43,7 +43,7 @@ target 'Firestore_Example_iOS' do
4343
# The next line is the forcing function for the Firebase pod. The Firebase
4444
# version's subspecs should depend on the component versions in their
4545
# corresponding podspec's.
46-
pod 'Firebase/CoreOnly', '6.0.0'
46+
pod 'Firebase/CoreOnly', '6.1.0'
4747

4848
pod 'FirebaseAuth', :path => '../../'
4949
pod 'FirebaseAuthInterop', :path => '../../'

Releases/Manifests/6.1.0.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"FirebaseAuth":"6.1.0",
3+
"FirebaseCore":"6.0.1",
4+
"FirebaseFirestore":"1.3.1",
5+
"FirebaseFunctions":"2.5.1",
6+
"FirebaseInstanceID":"4.1.0",
7+
"FirebaseMessaging":"4.0.1",
8+
"FirebaseStorage":"3.2.1"
9+
}

SymbolCollisionTest/Podfile

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

88
# Firebase Pods
9-
pod 'Firebase', '~> 6.0.0'
9+
pod 'Firebase', '6.1.0'
1010
pod 'FirebaseAnalytics'
1111
pod 'FirebaseAuth'
1212
pod 'FirebaseCore'

0 commit comments

Comments
 (0)