From 96dcb3d847e9abf9a319297748b27071637aa765 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 29 Aug 2022 16:32:15 +0000 Subject: [PATCH] dprint: Update to version 0.31.1 --- bucket/dprint.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/dprint.json b/bucket/dprint.json index 78253fc27a..793b2bdbc5 100644 --- a/bucket/dprint.json +++ b/bucket/dprint.json @@ -1,12 +1,12 @@ { "homepage": "https://dprint.dev", "description": "Pluggable and configurable code formatting platform written in Rust.", - "version": "0.31.0", + "version": "0.31.1", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/dprint/dprint/releases/download/0.31.0/dprint-x86_64-pc-windows-msvc.zip", - "hash": "b46e46d1b2dbc8d838787f0e8e1567da9ee676e683a907c5257917a3b8ca6f25" + "url": "https://github.com/dprint/dprint/releases/download/0.31.1/dprint-x86_64-pc-windows-msvc.zip", + "hash": "e39935a409d58c985de3d9b6c17d60f308d36b149da2665ae771d490b0c4f65d" } }, "bin": "dprint.exe",