From d73fcc8bdc42835cc573c6b22996acc4398e33fc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 25 May 2022 00:33:56 +0000 Subject: [PATCH] firebase: Update to version 11.0.1 --- bucket/firebase.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/firebase.json b/bucket/firebase.json index afdebe3304..7cc863f186 100644 --- a/bucket/firebase.json +++ b/bucket/firebase.json @@ -1,12 +1,12 @@ { - "version": "11.0.0", + "version": "11.0.1", "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.0.0/firebase-tools-win.exe#/firebase.exe", - "hash": "7e7ca5ca8da5f807ec61e71be636c1057615e9cb48ecc2a0678af6e82e1b7849" + "url": "https://github.com/firebase/firebase-tools/releases/download/v11.0.1/firebase-tools-win.exe#/firebase.exe", + "hash": "c2a8298c40d409e4ee269428f2c591a05a3ca6885cb3d55e031ce76d8b24dd04" } }, "bin": "firebase.exe",