From 0684789c79df213a690f220198008ce2e7c67be8 Mon Sep 17 00:00:00 2001 From: Maksym Malyhin Date: Mon, 20 Apr 2020 10:47:02 -0400 Subject: [PATCH] M69: add FIS. (#5412) * M69: add FIS. * Bump FIS version to 1.2.0 --- FirebaseInstallations.podspec | 2 +- Releases/Manifests/6.23.0.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/FirebaseInstallations.podspec b/FirebaseInstallations.podspec index d16a8ee2f4d..56746a49b4d 100644 --- a/FirebaseInstallations.podspec +++ b/FirebaseInstallations.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'FirebaseInstallations' - s.version = '1.1.1' + s.version = '1.2.0' s.summary = 'Firebase Installations' s.description = <<-DESC diff --git a/Releases/Manifests/6.23.0.json b/Releases/Manifests/6.23.0.json index 3c83420c645..3a2b367a1e1 100644 --- a/Releases/Manifests/6.23.0.json +++ b/Releases/Manifests/6.23.0.json @@ -7,6 +7,7 @@ "FirebaseDatabase":"6.2.0", "FirebaseFirestore":"1.12.1", "FirebaseInAppMessaging":"0.19.3", + "FirebaseInstallations":"1.2.0", "FirebaseInstanceID":"4.3.4", "FirebaseMessaging":"4.3.1", "FirebaseStorage":"3.6.1",