From 8e6b6a79a461457868462ea429a7d2d1608a3553 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 10 Jun 2022 00:36:17 +0000 Subject: [PATCH] tailwindcss: Update to version 3.1.1 --- bucket/tailwindcss.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/tailwindcss.json b/bucket/tailwindcss.json index 46a7775830..2a3b9bd462 100644 --- a/bucket/tailwindcss.json +++ b/bucket/tailwindcss.json @@ -1,12 +1,12 @@ { - "version": "3.1.0", + "version": "3.1.1", "description": "TailwindCSS framework CLI for rapid UI development", "homepage": "https://github.com/tailwindlabs/tailwindcss", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/tailwindlabs/tailwindcss/releases/download/v3.1.0/tailwindcss-windows-x64.exe#/tailwindcss.exe", - "hash": "6ff1ff01ffe9039aae9d819fb9a84c8321ce1acef850cb119f576d52a7d88898" + "url": "https://github.com/tailwindlabs/tailwindcss/releases/download/v3.1.1/tailwindcss-windows-x64.exe#/tailwindcss.exe", + "hash": "7eb81d3ef0327bb116da9498001b5449cc2ccb9d652cb4be30a168eb9d983c2c" } }, "bin": "tailwindcss.exe",