From c6b9ad10b2f4e1407cb2c3e009736a1b1554938d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 28 Sep 2022 00:40:54 +0000 Subject: [PATCH] firebase: Update to version 11.11.0 --- bucket/firebase.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/firebase.json b/bucket/firebase.json index 64cbe35ffd..1f70ddbdfb 100644 --- a/bucket/firebase.json +++ b/bucket/firebase.json @@ -1,12 +1,12 @@ { - "version": "11.10.0", + "version": "11.11.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.10.0/firebase-tools-win.exe#/firebase.exe", - "hash": "1b1fd45b180dbafad9673da5322b5ddc3214fe5b2f1f4c266910532ce2e4072d" + "url": "https://github.com/firebase/firebase-tools/releases/download/v11.11.0/firebase-tools-win.exe#/firebase.exe", + "hash": "3af5561a09091b62e76bed31d2e962186bc812b0dfa87f783f0a21accb1b57e3" } }, "bin": "firebase.exe",