Skip to content

Commit 0e15427

Browse files
authored
Merge 8.9.1 back to master (#8909)
1 parent 6176fb1 commit 0e15427

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
@@ -141,7 +141,7 @@ Simplify your app development, grow your user base, and monetize more effectivel
141141

142142
s.subspec 'Firestore' do |ss|
143143
ss.dependency 'Firebase/CoreOnly'
144-
ss.dependency 'FirebaseFirestore', '~> 8.9.0'
144+
ss.dependency 'FirebaseFirestore', '~> 8.9.1'
145145
end
146146

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

66
s.description = <<-DESC

Firestore/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Unreleased
1+
# v8.9.1
22
- [fixed] Fixed a bug in the AppCheck integration that caused the SDK to respond
33
to unrelated notifications (#8895).
44

0 commit comments

Comments
 (0)