From e2d68c3ae5a5eb4509994c2042f57a3dde17fc8a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 11 Aug 2022 00:34:27 +0000 Subject: [PATCH] firebase: Update to version 11.6.0 --- bucket/firebase.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/firebase.json b/bucket/firebase.json index bd451b5ae4..edfaff7afb 100644 --- a/bucket/firebase.json +++ b/bucket/firebase.json @@ -1,12 +1,12 @@ { - "version": "11.5.0", + "version": "11.6.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.5.0/firebase-tools-win.exe#/firebase.exe", - "hash": "123f4bb8c529dfb225a0845d60c694e8684a7eeb61947be529e77ecba6ac5a83" + "url": "https://github.com/firebase/firebase-tools/releases/download/v11.6.0/firebase-tools-win.exe#/firebase.exe", + "hash": "09f4894ac47700cba61a49d3301d31b1e65f1408bdc4e6812c844836c3527534" } }, "bin": "firebase.exe",