Skip to content

Commit 22e775a

Browse files
authored
Bump Firestore to 1.12.0 (#5286)
M68 Firestore includes a change to an internal header used by the Firestore C++ SDK that isn't backwards compatible. Naming this 1.11.3 would allow older Firestore C++ installs for iOS to upgrade to this version which would break them. Numbering this 1.12.0 prevents automatic upgrades within the patch-level.
1 parent aa93dcb commit 22e775a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Firebase.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Simplify your app development, grow your user base, and monetize more effectivel
9191

9292
s.subspec 'Firestore' do |ss|
9393
ss.dependency 'Firebase/CoreOnly'
94-
ss.dependency 'FirebaseFirestore', '~> 1.11.3'
94+
ss.dependency 'FirebaseFirestore', '~> 1.12.0'
9595
end
9696

9797
s.subspec 'Functions' do |ss|

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.11.3'
3+
s.version = '1.12.0'
44
s.summary = 'Google Cloud Firestore'
55

66
s.description = <<-DESC

Releases/Manifests/6.22.0.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"FirebaseCore":"6.6.6",
44
"FirebaseCoreDiagnostics":"1.2.3",
55
"FirebaseCrashlytics":"4.0.0-beta.7",
6-
"FirebaseFirestore":"1.11.3",
6+
"FirebaseFirestore":"1.12.0",
77
"FirebaseInAppMessaging":"0.19.2",
88
"FirebaseInstanceID":"4.3.3",
99
"GoogleDataTransport":"5.1.1",

0 commit comments

Comments
 (0)