From db122936687070cd6ef462c58a9ddb96a2b99e82 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 12 Jan 2022 20:30:05 +0000 Subject: [PATCH] firebase: Update to version 10.1.0 --- bucket/firebase.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/firebase.json b/bucket/firebase.json index 7dcf2d2846..e395c61551 100644 --- a/bucket/firebase.json +++ b/bucket/firebase.json @@ -1,12 +1,12 @@ { - "version": "10.0.1", + "version": "10.1.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/v10.0.1/firebase-tools-win.exe#/firebase.exe", - "hash": "616a3552b2692cf5b5aeab4885f3c0a8a2546891b0f3753913a5bc97f859d8a8" + "url": "https://github.com/firebase/firebase-tools/releases/download/v10.1.0/firebase-tools-win.exe#/firebase.exe", + "hash": "1d025b80e666ac8054a7efc8b316582dc9796c13c6943538b2241c109511f515" } }, "bin": "firebase.exe",