From b48ee225c8733ec5fbd59422ea89e4b8c36be26c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 27 Jul 2022 00:34:15 +0000 Subject: [PATCH] firebase: Update to version 11.4.0 --- bucket/firebase.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/firebase.json b/bucket/firebase.json index 146346cde7..4aa6c923c2 100644 --- a/bucket/firebase.json +++ b/bucket/firebase.json @@ -1,12 +1,12 @@ { - "version": "11.3.0", + "version": "11.4.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.3.0/firebase-tools-win.exe#/firebase.exe", - "hash": "e9b48286356a9afc92246041227c1ecb873439e5e20b5ae61209d7da69dd7f4d" + "url": "https://github.com/firebase/firebase-tools/releases/download/v11.4.0/firebase-tools-win.exe#/firebase.exe", + "hash": "bef0223155693a705ee4eeba451e9e16d4183d0603b8070ee40095d8781f212e" } }, "bin": "firebase.exe",