From 560014f91d56deb01576b9cbfeea5b130e79430b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 21 Jul 2022 16:34:24 +0000 Subject: [PATCH] git-xargs: Update to version 0.1.0 --- bucket/git-xargs.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/git-xargs.json b/bucket/git-xargs.json index 2eab701af3..b410a510b9 100644 --- a/bucket/git-xargs.json +++ b/bucket/git-xargs.json @@ -1,16 +1,16 @@ { - "version": "0.0.16", + "version": "0.1.0", "description": "A CLI tool for making updates across multiple Github repositories with a single command", "homepage": "https://github.com/gruntwork-io/git-xargs", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/gruntwork-io/git-xargs/releases/download/v0.0.16/git-xargs_windows_amd64.exe#/git-xargs.exe", - "hash": "bcc00c0674175ce0ffb63057c6e8edc941f1a71f3fd719be655d589afabf5fa9" + "url": "https://github.com/gruntwork-io/git-xargs/releases/download/v0.1.0/git-xargs_windows_amd64.exe#/git-xargs.exe", + "hash": "72312154b10ccf5a33199ead92075799a6865309d3f04d8d0560cce33d29d691" }, "32bit": { - "url": "https://github.com/gruntwork-io/git-xargs/releases/download/v0.0.16/git-xargs_windows_386.exe#/git-xargs.exe", - "hash": "90540cb1723e6f3c27304d533eff4bf968e7c104751cc27bebf330a016cdbffc" + "url": "https://github.com/gruntwork-io/git-xargs/releases/download/v0.1.0/git-xargs_windows_386.exe#/git-xargs.exe", + "hash": "49e84484f30b6cbad822b109193dd9a84cb72218db59ed4c1d4c18ec9f4fba88" } }, "bin": "git-xargs.exe",