From 3c4861b82047611d3a63d9e4d6cc82c7fac50ec8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 30 Sep 2022 00:50:26 +0000 Subject: [PATCH] firebase: Update to version 11.12.0 --- bucket/firebase.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/firebase.json b/bucket/firebase.json index 1f70ddbdfb..3d13416317 100644 --- a/bucket/firebase.json +++ b/bucket/firebase.json @@ -1,12 +1,12 @@ { - "version": "11.11.0", + "version": "11.12.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.11.0/firebase-tools-win.exe#/firebase.exe", - "hash": "3af5561a09091b62e76bed31d2e962186bc812b0dfa87f783f0a21accb1b57e3" + "url": "https://github.com/firebase/firebase-tools/releases/download/v11.12.0/firebase-tools-win.exe#/firebase.exe", + "hash": "7ce4ec5ae8c1eb17496a226fb82a091b812733e6ac2a41c2144580c12c895692" } }, "bin": "firebase.exe",