From 9ac55126120c1d8cd9ecccbab60fc1fa061b04e4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 18 Jul 2022 20:28:46 +0000 Subject: [PATCH] firebase: Update to version 11.3.0 --- bucket/firebase.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/firebase.json b/bucket/firebase.json index 8ab9bf42ea..146346cde7 100644 --- a/bucket/firebase.json +++ b/bucket/firebase.json @@ -1,12 +1,12 @@ { - "version": "11.2.2", + "version": "11.3.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.2.2/firebase-tools-win.exe#/firebase.exe", - "hash": "f754e6c48e0beedb5f75fb3e58d7cffda0b43a98f578673d54a6bce5f43e9f49" + "url": "https://github.com/firebase/firebase-tools/releases/download/v11.3.0/firebase-tools-win.exe#/firebase.exe", + "hash": "e9b48286356a9afc92246041227c1ecb873439e5e20b5ae61209d7da69dd7f4d" } }, "bin": "firebase.exe",