From 02ff312be15c7e3559261a5cfa8aab1615b05327 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 30 Jun 2022 20:30:44 +0000 Subject: [PATCH] firebase: Update to version 11.2.0 --- bucket/firebase.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/firebase.json b/bucket/firebase.json index b8542c99a0..34012408f2 100644 --- a/bucket/firebase.json +++ b/bucket/firebase.json @@ -1,12 +1,12 @@ { - "version": "11.1.0", + "version": "11.2.0", "description": "Test, manage, and deploy Firebase project from the command line", "homepage": "https://github.com/firebase/firebase-tools", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/firebase/firebase-tools/releases/download/v11.1.0/firebase-tools-win.exe#/firebase.exe", - "hash": "35447a3e0022aa47b9cd50becdec87de0f586649adb0625b11dc74867d279dc4" + "url": "https://github.com/firebase/firebase-tools/releases/download/v11.2.0/firebase-tools-win.exe#/firebase.exe", + "hash": "691cade8f101273c3c61f91084e68601d5da00b0c8327be149cb52d76e9f6392" } }, "bin": "firebase.exe",