From 99a8ab118dfc315cf09525d57c1c24a58c22992a Mon Sep 17 00:00:00 2001 From: Robin Malfait Date: Thu, 10 Feb 2022 18:16:01 +0100 Subject: [PATCH] 3.0.20 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 32aa59453990..974de42e9527 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "tailwindcss", - "version": "3.0.19", + "version": "3.0.20", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "tailwindcss", - "version": "3.0.19", + "version": "3.0.20", "license": "MIT", "dependencies": { "arg": "^5.0.1", diff --git a/package.json b/package.json index 21b8da21fe62..a7fcb6867c86 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tailwindcss", - "version": "3.0.19", + "version": "3.0.20", "description": "A utility-first CSS framework for rapidly building custom user interfaces.", "license": "MIT", "main": "lib/index.js",